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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Shifting language/currency/messurement

Hi!

Playing with an app to learn.

Showing average temperature in celcius. Realised that someone possibly needs it in farenheit.

No problem converting, but how to switch view?

I created two tabs and a button that moves between them.

Is there a way to stay on the same tab and re-calculate values?

rgds

thomas

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Thomas,

Made a little example for you.

Let me know if this is what you are looking for ok?

View solution in original post

3 Replies
Anonymous
Not applicable
Author

I would suggest to use a variabel and add this to a button as an action.

And use it something like this in your expression

If (vVariable =0,(CelsuisExpression),(FarenheitExpresion))

Anonymous
Not applicable
Author

Hi Thomas,

Made a little example for you.

Let me know if this is what you are looking for ok?

Not applicable
Author

Thanks, have to examine the file a bit more but I think I get it.