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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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