Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Button with a dynamic link

Hi all,

 

I want to know if it is possible to create a button with a dynamic link.

 

In fact, it will allow end-users to get into another application "Lotus Notes" to see the details of a ticket.

But for that, they must select 2 filters : ID Doc and Ticket.

 

I created this measure : 

= "notes://APARSSMA01/C12570DC0049FF14/62129FDB815B9930C1257CDD00601919/"& SELECTEDVALUE(EDOC[ID Doc]) & "/" & "EDOC-" & SELECTEDVALUE(EDOC[Ticket])
 
So this is the dynamic link but I cannot put it in the field WEB URL (see screenshot below) : 
 
Someone can help me please ? 
 
Best Regards 
  • I’m sure this will come, but it doesn’t work that way now. You could try adding these links as a column in the ticket table. A column can be set as “data category” = Web link.  Then when you add it to a table (values section) it should be clickable. See how it goes

1 Reply

  • MattAllington's avatar
    MattAllington
    Community Champion

    I’m sure this will come, but it doesn’t work that way now. You could try adding these links as a column in the ticket table. A column can be set as “data category” = Web link.  Then when you add it to a table (values section) it should be clickable. See how it goes