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: 
priyarane
Specialist
Specialist

0 Missing

Hi Community,

0 is missing as attached possible value is 0% only.

0 missing.PNG

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Is it 0 or Null in that rows?  If there are Null values then it shows empty values.  Can you try using Alt() like below

LOAD

Alt(RWA, 0) AS RWA,

'

'

'

FROM SourceTable;

Hope this helps you.

Regards,

Jagan.

View solution in original post

12 Replies
Anonymous
Not applicable

Share the sample data.

priyarane
Specialist
Specialist
Author

Hi Balraj, This is huge application and not possible to shar.. Could you please help me in front end

Anonymous
Not applicable

Well,

Check out the Number format of RWA%, you can select Show in percentage option

priyarane
Specialist
Specialist
Author

same option selected

Anonymous
Not applicable

well, then I need sample data.

See if you can create Inline and share it?

Anonymous
Not applicable

share the metrics of RWA%

sujeetsingh
Master III
Master III

Priya this seems that there are some nulls due to your expression hence try using len(complete expression)=0,0,Expression).

Many times the expressions give such output like Sum/Total here if Total is there and sum is 0 then it is always null

jagan
Partner - Champion III
Partner - Champion III

Hi,

Is it 0 or Null in that rows?  If there are Null values then it shows empty values.  Can you try using Alt() like below

LOAD

Alt(RWA, 0) AS RWA,

'

'

'

FROM SourceTable;

Hope this helps you.

Regards,

Jagan.

Anonymous
Not applicable

Hi Jagan,

What is the advantage of ALT() function?

I tried to fined out in QV help but did not get what exactly it does?