Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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