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: 
PeterHenskens
Contributor II
Contributor II

multyply variable with field value

hi,

 

feel kinda stupid posting this one, its prety much a basic calculation but keeps on failing, cannot find the reason.

I have created a variable that indicate the course USD - EUR looks like this:

 

SET Dollar_EURO=0,8819;

 

then the calucation is a field with USD values, I want to return the EUR values so made this one:

 

Total_Charge * $(Dollar_Euro)  as Total_Charge

 

very simpel,  --> value of the field * 0,8819 

 

any idea's of where i made a mistake/ need to add?

 

thanks.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

May be a typo :

Total_Charge * $(Dollar_EURO)     as Total_Charge          // 'Euro' in capitals

View solution in original post

2 Replies
tresesco
MVP
MVP

May be a typo :

Total_Charge * $(Dollar_EURO)     as Total_Charge          // 'Euro' in capitals

PeterHenskens
Contributor II
Contributor II
Author

hey,

 

indeed a  typo, thanks 🙂