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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jeanful
Partner - Contributor II
Partner - Contributor II

Dynamic Row Visible formula in Crosstab

Hello, I built a pixel perfect template in QS Cloud. I'm using a Cross Tab, defined as following:

* Rows: dimension "Type" (e.g. type is Sale, Buy, ...)

* Columns: dimension Month

* Two values: Amount and Amount YTD (which are two measures)

I put the values as rows, so the structure is as follws:

                             January    February    ....

Sale     Measure   100           200

Sale     YTD          100           300

Buy      Measure   20             30

Buy      YTD          20             50

 

I would hide the row "Buy YTD". I see there is a "Row Visible" property. I tried to set it with a formula for the "YTD" cell in line of the "Buy" item: Iif( [Type] = 'Buy', False, True).

It does not work. Why?

Labels (1)
1 Reply
jeanful
Partner - Contributor II
Partner - Contributor II
Author

Anyone who has any suggestion? 😞