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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jeanful
Partner - Contributor III
Partner - Contributor III

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 III
Partner - Contributor III
Author

Anyone who has any suggestion? 😞