Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

delete complete row in straight table

could someone please help me to delete complete row in straight table. I'm able to hide that particular row but not delete, when i hide this its still summing up in grand totals which I dont want.

please find attached qvw,

1 Solution

Accepted Solutions
PrashantSangle

Hi,

USe below expression for Sales,

=if(Column(1)>0 or Column(2)>0,sum(10))

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

3 Replies
PrashantSangle

Hi,

USe below expression for Sales,

=if(Column(1)>0 or Column(2)>0,sum(10))

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

thanx Max,

Not applicable
Author

I have the similar issue, could you please share this qvw?