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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. 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!

Labels (1)
0 Replies