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: 
Anonymous
Not applicable

How many ways finding missing values

hi all

3 Replies
petter
Partner - Champion III
Partner - Champion III

42

Anonymous
Not applicable
Author

examples

balabhaskarqlik

Like below, there are many ways to identify missing values and fill those values.

Pivot table - Presentation, you can select the sign to show when is Null.

like if(sum(sales) = '-','!','V')

like if(isnull(field1),Peek(field1),field1) as field2 resident TransactionTable

Using Master calendar

Using Previous(), Peek()

Using variables.

AutoNumber()