Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What’s wrong this set analysis
=sum({$<[Country]={'Germany','United Kingdom, 'France'}>}$(vTotalSale))
excel and qvw both enclosed.
Change the value of variable to:
if( CURRENCY='eur', QTY*PRICE, QTY*PRICE*[EX RATE] )
and use the set expression that you have already written on Text Object of your qvw file.
Ohh.... realized my mistake.... Thanks for your help.