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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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