Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Avishek555
Contributor
Contributor

Inline table is suffixed with -X, and it is incrementing based on the number of tables above or below it

We were using 2 Inline tables (e.g ABC_Inline - Same Name)  in our application with same name (ABC_Inline & ABC_Inline-1)  into our Qlik view common application, the common application (.qvw) is binary to another X application (.qvw), and the 2nd Inline table is dropped from the X application with named as ABC_Inline-1.

 

But after the upgrade, we are getting error Table not found, as ABC_Inline-1 table.  After upgrade the name for ABC_Inline-1 is changed to ABC_Inline-2.

Code :

Pipeline_Renewal:
Load *
Inline
[
RS
Recurring
Non Recurring
];

 

Pipeline_Longterm:
Load * Inline [
IsLongTermA , IsLongTermB_Field
0 , Include Long 
1 , Include Long Term 
0 , Exclude Long 
1 , Only Long Term 
];

 

Pipeline_Longterm12:
Load * Inline [
IsLongTermA , IsLongTermB_Field
0 , Include Long 
1 , Include Long Term 
0 , Exclude Long 
1 , Only Long Term 
];

Pipeline_Renewal:
Load * Inline [
BookingsTypeOfWork , IsRenewal_DisplayField
Non Recurring,Non Recurring (Non Recurring Existing)
Recurring - existing,Recurring - Existing
Recurring - new,Recurring - New (Non Recurring Existing)
Extended / Add - on,Extended / Add-On (Non Recurring Existing)
];

Output :

Avishek555_0-1638277320873.png

In the code my Pipeline_Renewal is in 1st statement and after that i have 2 other Inline Table, and last inline table is again Pipeline_Renewal, so the output is Pipeline_Renewal-3, so, lf i have 10 tables then i will have -10, so this cause issue while we dropping the tables. This issue i am facing after Qlik Sense May 2021- Patch 9 release.

Is there any configuration change or settings we can do, to fix this.

Please could you advise.

0 Replies