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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jeanful
Partner - Contributor III
Partner - Contributor III

Format string percentage in Template Report

Hi,

I have a template report which exposes data with a table. It receives some null values. I'd like to show nothing (blank) in case the number is null. I set this format string in the template report, but id shows always 0% where there is a null: {0:0.##%}

How can I achieve this?

Thanks!

Labels (1)
3 Replies
ysalvi43
Contributor III
Contributor III

Hello
Is it nprinting report? if yes you can format the null values to 0% and if it not please clarify the report type

Thanks 

WeLoveQlik
Partner - Creator
Partner - Creator

Can you fill in the nulls with 0 in the script, therefore eliminating the nulls in the report?

IPC Global: ipc-global.com
ysalvi43
Contributor III
Contributor III

Hello 

You can use alt function 

Thanks