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: 
Not applicable

application crashes when remove expression in straight table

Hi,

my application crashes when trying to remove one expression column using straightTable.removeExpression() method. Hope someone would help me on this issue!

Here is my code in C#:

foreach (QlikView.StraightTableBox table in ((IEnumerable)sheet.GetStraightTableBoxes()))

{

     

        table.RemoveExpression(1);

}

Any ideas?  I  use the same way to remove expression columns on pivot table, it works well.

Thanks!

0 Replies