Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Degree Centigrade to Fahrenheit Conversion

Dear All,

Can any one help me with Degree Centigrade to Fahrenheit Conversion ??

I want to show it in Qliksense. Need to give one filter having Value Degree and Fahrenheit.

I have a field of temperature in which i am getting value in Centigrade.

Concern is I have to made a report in QLiksense, since there are no Conditional show how i covert Centigrade to Fahrenheit in Report.

Pls suggest

Regards

Abhay

5 Replies
bismart
Creator
Creator

X Centigrade = (X * 1.8) + 32

20 Centigrade      = (10 * 1.8) + 32

                          = 18 + 32

                          = 50 Fahrenheit

bismart
Creator
Creator

should be

20 Centigrade      = (20 * 1.8) + 32

                          = 36 + 32

                          = 68 Fahrenheit

abhaysingh
Specialist II
Specialist II
Author

Thanks Dave for revert but my concern is not logic ,, concern is how i can toggle it in Qliksesne by selecting filter.

Thanks For revert.

Abhay

Anonymous
Not applicable

As you said, you are having field of Temprature say XYZ.

I guess through following expression you can easily get in Fahrenheit:

Fahrenheit=(XYZ/5)*9+32 as a expression

Hope this will help

bismart
Creator
Creator

Sample app attached

You need to install qsVariable from http://branch.qlik.com/projects/showthread.php?396-qsVariable&highlight=variable

regards

Dave