<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynamic Row Visible formula in Crosstab in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Dynamic-Row-Visible-formula-in-Crosstab/m-p/2528215#M2523</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, I built a pixel perfect template in QS Cloud. I'm using a Cross Tab, defined as following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Rows: dimension "Type" (e.g. type is Sale, Buy, ...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Columns: dimension Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Two values: Amount and Amount YTD (which are two measures)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I put the values as rows, so the structure is as follws:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;January&amp;nbsp; &amp;nbsp; February&amp;nbsp; &amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sale&amp;nbsp; &amp;nbsp; &amp;nbsp;Measure&amp;nbsp; &amp;nbsp;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sale&amp;nbsp; &amp;nbsp; &amp;nbsp;YTD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;300&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Buy&amp;nbsp; &amp;nbsp; &amp;nbsp; Measure&amp;nbsp; &amp;nbsp;20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Buy&amp;nbsp; &amp;nbsp; &amp;nbsp; YTD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It does not work. Why?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Aug 2025 15:11:01 GMT</pubDate>
    <dc:creator>jeanful</dc:creator>
    <dc:date>2025-08-23T15:11:01Z</dc:date>
    <item>
      <title>Dynamic Row Visible formula in Crosstab</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Dynamic-Row-Visible-formula-in-Crosstab/m-p/2528215#M2523</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I built a pixel perfect template in QS Cloud. I'm using a Cross Tab, defined as following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Rows: dimension "Type" (e.g. type is Sale, Buy, ...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Columns: dimension Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Two values: Amount and Amount YTD (which are two measures)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I put the values as rows, so the structure is as follws:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;January&amp;nbsp; &amp;nbsp; February&amp;nbsp; &amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sale&amp;nbsp; &amp;nbsp; &amp;nbsp;Measure&amp;nbsp; &amp;nbsp;100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sale&amp;nbsp; &amp;nbsp; &amp;nbsp;YTD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;300&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Buy&amp;nbsp; &amp;nbsp; &amp;nbsp; Measure&amp;nbsp; &amp;nbsp;20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Buy&amp;nbsp; &amp;nbsp; &amp;nbsp; YTD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It does not work. Why?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2025 15:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Dynamic-Row-Visible-formula-in-Crosstab/m-p/2528215#M2523</guid>
      <dc:creator>jeanful</dc:creator>
      <dc:date>2025-08-23T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Row Visible formula in Crosstab</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Dynamic-Row-Visible-formula-in-Crosstab/m-p/2528567#M2524</link>
      <description>&lt;P&gt;Anyone who has any suggestion? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 16:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Dynamic-Row-Visible-formula-in-Crosstab/m-p/2528567#M2524</guid>
      <dc:creator>jeanful</dc:creator>
      <dc:date>2025-08-27T16:35:56Z</dc:date>
    </item>
  </channel>
</rss>

