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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Creating Fields At Runtime Using Dynamic Schema

Hi Everyone
Is it possible to add columns to a schema at the runtime using the Dynamic Schema feature. I assessed the API and I couldn't find a proper function to do this in there. Can anyone please point me in the right direction?
Thanks,
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Well,
there is object List<routines.DynamicMetadata> which you can obtain, there is also method to addColumnValue(Object value), I think as soon as first is array of metadata, you might be able to insert additional or manipulate the array I expect.
Ladislav