Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Properties: Number --- change from base 10 to use KB/MB/GB/TB?

In the Symbol edit boxes symbols for unit, 1000, 1000 000 and 1000 000 000 can be entered.

Is there anyway to use units of 1024, 1048 576, and 1073 741 824 for KB, MB, and GB

1 Reply
Not applicable
Author

Hi Jims,

You can maintain an inline table like this and use this Factor_Symbol field in multibox as One values always selected so that user can select any one of value at one time.

And you can use Division_Factor in expression in the graphs like Sum(Amount)/DIVISION_FACTOR and Symbols edit boxes put the other expression = FACTOR_SYMBOL.

Divider:
LOAD * INLINE [
DIVISION_FACTOR, FACTOR_SYMBOL
1024, KB
1048576, MB
1073741824, GB
];

Which will make your expressions dynamic for all the graphs in application.

Hope it would help you.

Regards,

Raj Kishor