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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multiple column fill

using the wizard in script to replace 'NA' with the value below when iporting table file  - but it let me do it only column by column...I have 100 column ...

....

(ooxml, embedded labels, table is Grade, filters(

Replace(3, bottom, StrCnd(equal, 'NA')),

Replace(4, bottom, StrCnd(equal, 'NA'))

));

Maybe a loop or something else clever?

any idea?

Thanks

Raph

10 Replies
YoussefBelloum
Champion
Champion

Thank you very much for the advices Sir