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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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