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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

round() function

I'm using round() in a text-in-chart text to display a number as x.y . It is working fine in Qlikview developer, but when I open the document through the webserver portal, round() displays the same number as x, ignoring my base parameter. My mistake or .... ?

3 Replies
Not applicable
Author

Hi,

Check both the versions of developer & Plugin are same. You can make use of number format to round it to the upper value as an alternate solution.

Regards

Rajesh

Not applicable
Author

Versions differ slightly in build number, but I don't want to upgrade my QV server software right now.

I'm not sure I understand your number format solution, as I want to keep the decimal and not simply round up. Could you show me an example how to simulate round(x.abcdef, 0.1) using number formatting?

Thanks.

Not applicable
Author

Try to use format

Num(X.abcd,'#0.0')