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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
10 Replies
YoussefBelloum
Champion
Champion

Thank you very much for the advices Sir