Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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');