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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
koushik_btech20
Creator
Creator

Issue in Inputsum where it is showing null values

In a pivottable I have couple of expression and three dimension. Now in the third expression I am using Inputsum , but after using Inputsum(<FieldName>) I am getting lot of missing record and null values  which was not expected. I tried with , if (Column(1)>=0, 1,0)

as expression condition for that third expression but it is not working properly.

2 Replies
avinashelite

Check whether you have associated data with the dimension columns 

koushik_btech20
Creator
Creator
Author

Is there any chance to wrap Inputsum function by num function... because  I saw after wrapping num(Inputsum(<FieldName>),'Numformat') it was not working... could any people share any idea..