Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have hundreds of expressions.
Every expression has filter say product={'pens','paste','soaps'}.
i created variable say-let v1='pens','paste','soaps'.
I want to replace hard-coded values with variables like:product={$(v1)}.
Pls can any 1 help other than manually going to expression n replacing values with variables; is there any way like to replace hard-coded values in all expressions at once without manually changing them?
Open the Expression Overview and use the Find/Replace dialog.
why you are not simply selecting the product instead of hard coding
Open the Expression Overview and use the Find/Replace dialog.
Hi prudhvi,
you can use the 'Expression Overview' and use Find/Replace. Just be careful with Upper / Lower case etc.
HTH - Andy
depending on requirement, values in filter have to be changed n there r many expresions in many charts.
Thanks Andrew