Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

URL have parameters

I have a scenario with dashboard retrieving information about a member, a button linked to the member gives us option to change details.

how can i give selection of member id link to edit portal - in a button. for example, mbrID=10000

https:/software.net/subscribers/mbrDetail.cfm?mbrID=10000

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Just create the URL dynamic in the button action URL expression, so if your selected 10000 in field mbrID, like

='https://software.net/subscribers/mbrDetail.cfm?mbrID=' & only(mbrID)

View solution in original post

1 Reply
swuehl
MVP
MVP

Just create the URL dynamic in the button action URL expression, so if your selected 10000 in field mbrID, like

='https://software.net/subscribers/mbrDetail.cfm?mbrID=' & only(mbrID)