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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set analysis

Hi,

  when i am using num(sum({1<Date={'$(=v_previous_date)'},[Key Indicaters]={'Total Call Vol @ Call Center'}>} Key_Data),'#,###')

i got 4.638e+005 value but i have to display numeric value ..

Please help me,

Thanks,

2 Replies
anbu1984
Master III
Master III

Can you post sample app

Not applicable
Author

This usually happens to me when I format the number incorrectly.

Example:

=num(325236,'#,##')

returns: 3.25e+005


But when I use '.' instead of ',' I get the correct number.


So are you using the correct separators? As defined in your script?

Something like #.###,## might work.