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