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 ];
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.