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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Karim_Khan
Creator III
Creator III

can we Hide row in Straight Table

Is this possible to Hide some calculated row of Straight Table

KK
1 Solution

Accepted Solutions
sunny_talwar

By hide you mean that you don't want to show them? Yes you can by either using a calculated dimension or using if or Set Analysis in your expression.

View solution in original post

5 Replies
pokassov
Specialist
Specialist

Hi! Yes.

Look at presentation tab. select field and select Hide column

Karim_Khan
Creator III
Creator III
Author

I want to Hide Row not column?

KK
Anonymous
Not applicable

In the Dimensions tab Enable Conditional and create set analysis when you want to view

pokassov
Specialist
Specialist

I didn't read correctly first time.

What do you mean calculated row?

you can hide dimenstion or expression.

you can change your expression, for example you have expression sum(f)

if(sum(f)=10,null(), sum(f)).

sunny_talwar

By hide you mean that you don't want to show them? Yes you can by either using a calculated dimension or using if or Set Analysis in your expression.