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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
manu1512
Creator
Creator

Toggle not working

Hi all , 

 

I have created a toggle .PFA the image. But some how toggle is not working.

 

Its giving only share metric value.

Please help.

 

Logic i am using

 

Num(
Round(
Sum(
{<
Report = {'General Campaign Data'},
Keyword =,
Currency =
>}

IF(Metric = 'Sales',
If([Currency Shown] = 'Euro', [Spend (€)], Spend),
If([Currency Shown] = 'Euro', [Sales (€)], Sales)))

, 1000) / 1000
, vFormatLocalCurrenciesRounded)

0 Replies