<?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 Re: What is the method to display two distinct report templates depending on the chosen parameters in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4118199#M36530</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;. Your solution works for me.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 08:27:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-26T08:27:17Z</dc:date>
    <item>
      <title>What is the method to display two distinct report templates depending on the chosen parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4109036#M36480</link>
      <description>&lt;P&gt;&lt;SPAN&gt;What method is to display two distinct report templates depending on the parameters in a paginated report?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At the report parameter level, there will be a parameter called 'select student'. By default, the first option in this parameter will be 'ALL', and the rest of the options will be a list of student names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. The default selection for the Student option will be 'ALL', and in this scenario, a comprehensive aggregated data template containing the batch number, class strength, and list of all student names will be shown. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. When a specific student is selected in the Paramter option, a different template displaying the details of the chosen student will be presented.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do we achieve this in the Paginated report under-report builder?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 11:03:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4109036#M36480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-20T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the method to display two distinct report templates depending on the chosen parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4110281#M36488</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, I've used the following sample data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I created a parameter in Report Builder with all the customer names and ALL options:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;At the same time, I created two template tables:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Open the Properties toolbar, select the entire table and find the Visibility option:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Parameters!Name.Value&amp;lt;&amp;gt;"ALL"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;When I select a specific student for the entire parameter, this table is hidden, and another table is displayed:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I'm using a SQL Server source, and I don't have the ALL student in my data source, so I modified my SQL query to show all the data when ALL is selected:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here are the results:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 02:52:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4110281#M36488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-21T02:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the method to display two distinct report templates depending on the chosen parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4118199#M36530</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;. Your solution works for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 08:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/What-is-the-method-to-display-two-distinct-report-templates/m-p/4118199#M36530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-26T08:27:17Z</dc:date>
    </item>
  </channel>
</rss>

