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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable value in breadcrumbs

Hi,

I have breadcrumb and am trying to display variable values in the breadcrumb. Is this possible?

Here is my expression

=replace(

  replace(

   GetCurrentSelections('; ',' > ',',')

   ,'Metric > Amount; ',''

    )

   ,'Metric > Amount',''

   )

so say my variables are vDate, vValue. This 2 are what I will like to include.

Thanks in advance

0 Replies