Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts,
I have a problem with displaying of the Null values in pivottable. If I select the "Filter"-value, then corresponding entry will be not displaying. In the property-->presentation I don't set "Nullwerte weglassen". I want that all Applications always be shown in the corresponding Technologiecluster. Java-Cluster is an example.
By Property -->Dimension-->Application I set "Alle Werte Anzeigen"
Kind regards for your support
The problem may be that the values are MISSING rather than null - this can be caused by an incomplete association between tables where the key field(s) exists in only one of the tables. Expressions using fields from the other table will be missing, not null. The workaround is to add records to populate the missing associations in some way.
Correct me if I understood wrong.
But you can go to
Properties>Dimension>Uncheck 'Supress When Value Is Null'
It will show you all null values as well
In my properties --> dimension I already set: "Show all values" In properties --> Presentation: uncheck "Suspress Zero-Values" and the values in "Application" are still not shown.
Check this link below and also search for any other related discussions on showing null values.
I inserted into my Script, but it still not working.
NULLASVALUE *;
SET NullValue ='NULL' ;
If I set some filters and there are no values, then the affected application will not shown. I just want to "fix" or "show also Nullvalues" column application.
The problem may be that the values are MISSING rather than null - this can be caused by an incomplete association between tables where the key field(s) exists in only one of the tables. Expressions using fields from the other table will be missing, not null. The workaround is to add records to populate the missing associations in some way.
How to populate a sparsely populated field
Generating Missing Data In QlikView
It's correct! I have inserted in my mapping-table the missing entries and now I get all values! Thank you !