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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
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!

Labels (1)
0 Replies