Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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