Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajesh31
Contributor III
Contributor III

Currency conversion

PLEASE HELP

Hi I have month column with values such as 1,2,3,4,5... , I have revenue column and USD column

for everymonth there is a USD rate such as 1 has 73,2 has 86 and so on 

I need to have a filter of local and USD , I created fiter but when I apply *USD because of mutiple values its not working for USD selection , I seek your help 

 

I have multiple revenue fields , so Iam looking for a single formula by selecting that fiter it will overlay on revenue feild and convert all to USD

 

@peterbergman @JordyWegman @MayilVahanan @Mark_Little @David_Friend @vinieme12 

Labels (3)
1 Solution

Accepted Solutions
MayilVahanan

HI

If Month is not dimension, then try like below

=Sum(Aggr(Sum(Revenue)*USDRate, Month))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

3 Replies
JordyWegman
Partner - Master
Partner - Master

Hey @Rajesh31 ,

Please add some data. This is way easier for us to work with.

Jordy

Climber

Work smarter, not harder
MayilVahanan

HI

If Month is not dimension, then try like below

=Sum(Aggr(Sum(Revenue)*USDRate, Month))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Rajesh31
Contributor III
Contributor III
Author

@MayilVahanan  thank you , it works