Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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