Can we hide or remove the Display Text when input a Link in Anaplan?

Options
CommunityMember131816
CommunityMember131816 Member, ALL USERS, GroupMember, Community Member, Certified Model Builder Posts: 2 New Contributor

I have a line item "Document Link" and its format is Text (Link), then when I publish it in dashboard user can input URL in it. But when you click to input link you have option to input "Display Text" at the same time. But if it is not blank, it will impact the value of other line items which refer to "Document Link". How can I remove or hide the "Display Text" ?

I have another line item "Document Link Starting" and below is the formula. I want to trim part of the "Document Link" but if the "Display Text" is not blank it will lead wrong value of  "Document Link Starting".

CommunityMember131816_1-1658918719691.png

 

IF LEFT(Document Link, 5) = NAME('#L8 - PR Document Links Starting'.https) THEN MID(Document Link, 9, 40) ELSE MID(Document Link, 8, 40)

The value user input in dashboard, and as result the value of "Document Link Starting" is "ttp://NA". If remove the "test" the correct value is "NA" which is I need.

So I wonder if Anaplan can support user to hide the Display Text.

Thanks for any help in advance!

 

Tagged:

Comments