Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to count no of files in qliksense which i am loading in script ..

I am developing an app for File validation which i am getting from source .

Validation required :-

Column name check

file name check

sheet name check

i want to display result like if am loading 10 files in that 8 got successfully validated and 2 got failed, it should show result like 8 out of 10 successful  .

1 Reply
thomaslg_wq
Creator III
Creator III

Hi Neha,

Already had to do this, here attached is a sample app that you can adapt.

You need to create a referential, then the script is like looping and trying each field in each source.

The system variable "ScriptErrorCount" allows then to flagg errors.

Regards,

Thomas