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: 
Sxbbb
Creator III
Creator III

Add the value 0 to the filed

Suchanan_0-1675666898420.png

Add the value 0 to the filed SampleNo

 

Labels (5)
3 Replies
Mark_Little
Luminary
Luminary

Hi,

Best done in Script, Either look at NullasValue function or 

IF(ISNULL(SampleNo), SampleNo) As SampleNo,

 

 

Sxbbb
Creator III
Creator III
Author

I want the value of sampleNo to start at 0 1 2 3 and so on.