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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

web files vs field Data

Edit script has options like Web files option and the Field data . what is the difference between two. Both are having the same options.

1 Reply
Daniel_Moore
Former Employee
Former Employee

Web File: Load a file coming from a website

Field data: Load specific rows coming from a field located in a database

Field data is not a popular way to load specific rows from a field it's a quirky syntax  - most run a loop over the field like:

LOAD max(FieldValue('Id', recno())) AUTOGENERATE FieldValueCount('Id');