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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nicoos
Contributor
Contributor

Building a dynamic view

I have a SQL query that creates a table, and every month 2 new columns will be added for that table related to the current month. 

I have tried without success to set up a flat table (visual) in Qlik that will automatically expand every month to include these table. Is there a way to do this, and i so please point me in the right direction.

Labels (1)
3 Replies
marcus_sommer

Your sql creates a crosstable which is for many scenarios quite unsuitable. You may consider to change it there or at least within Qlik. The why + how to could you see here: The Crosstable Load - Qlik Community - 1468083.

nicoos
Contributor
Contributor
Author

Hi 

 

The dataset is slighty more complex. 

 

It contains details regarding a selection of insurance policies with details, and the for every month two columns are added, one for Claims and one for premiums. The table displays all details, not only summaries.

marcus_sommer

The granularity of the table and/or the amount of records isn't relevant else only the structure of the data matters. Regarding to your description it speaks nothing against a transforming else it should provide a lot of benefits.