<?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 Assistance Required in Paginated Report/SSRS Report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4380838#M39413</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this email finds you well. I am reaching out for your assistance in resolving an issue I am encountering with a paginated report.&lt;/P&gt;&lt;P&gt;The report is designed such that after selecting multiple parameters, clicking on the &lt;STRONG&gt;Reject column record&lt;/STRONG&gt; redirects to a child report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, an error is displayed:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"The report parameter list exceeds the limit of 2040 characters, needs to reduce the selected values for Zone 1, 2, 3 WO# dropdown."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need assistance in ensuring that even after selecting &lt;STRONG&gt;"Select All"&lt;/STRONG&gt; for the parameters, the report does not exceed the character limit and continues to function without errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached the expression used to achieve the functionality for your reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IIF(LEN(Globals!ReportServerUrl +"?%2fBRS+Singapore%2fPA+Reports%2fTIJ4%2fSGP_Falcon%2fProduction+Reports%2fReject_Pen_summery_yield&amp;amp;rs:Command=Render&amp;amp;rc:Toolbar=False&amp;amp;StartDate= " &amp;amp; Parameters!parstartdate.Value &amp;amp; "&amp;amp;EndDate= " &amp;amp; Parameters!parenddate.Value &amp;amp; "&amp;amp;ShiftList= " &amp;amp;Join(Parameters!parshiftinclude.Value,",") &amp;amp; "&amp;amp;moduleky= " &amp;amp; Fields!MODULE_DIM_KY.Value &amp;amp; " &amp;amp;pruntype= " &amp;amp;Join(Parameters!paruntype.Value,",") &amp;amp; "&amp;amp;Zone1Wo= " &amp;amp; Join(Parameters!Zone1Wo.Value,"&amp;amp;Zone1Wo="))&amp;lt;=2083, "javascript&amp;amp;colon;void(window.open('"+ Globals!ReportServerUrl +"?%2fBRS+Singapore%2fPA+Reports%2fTIJ4%2fSGP_Falcon%2fProduction+Reports%2fReject_Pen_summery_yield&amp;amp;rs:Command=Render&amp;amp;rc:Toolbar=False&amp;amp;StartDate= " &amp;amp; Parameters!parstartdate.Value &amp;amp; "&amp;amp;EndDate= " &amp;amp; Parameters!parenddate.Value &amp;amp; "&amp;amp;ShiftList= " &amp;amp;Join(Parameters!parshiftinclude.Value,",") &amp;amp; "&amp;nbsp; &amp;amp;moduleky= " &amp;amp; Fields!MODULE_DIM_KY.Value &amp;amp; "&amp;amp;pruntype= " &amp;amp;Join(Parameters!paruntype.Value,",") &amp;amp; "&amp;amp;Zone1Wo= " &amp;amp;Join(Parameters!Zone1Wo.Value,"&amp;amp;Zone1Wo=") &amp;amp; "'))", "") '&amp;nbsp; --- Max URL limit accepted by IE browser is 2083 char&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your assistance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Heena Kousar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jan 2025 14:40:55 GMT</pubDate>
    <dc:creator>Heena_9980400</dc:creator>
    <dc:date>2025-01-25T14:40:55Z</dc:date>
    <item>
      <title>Assistance Required in Paginated Report/SSRS Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4380838#M39413</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this email finds you well. I am reaching out for your assistance in resolving an issue I am encountering with a paginated report.&lt;/P&gt;&lt;P&gt;The report is designed such that after selecting multiple parameters, clicking on the &lt;STRONG&gt;Reject column record&lt;/STRONG&gt; redirects to a child report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, an error is displayed:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"The report parameter list exceeds the limit of 2040 characters, needs to reduce the selected values for Zone 1, 2, 3 WO# dropdown."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need assistance in ensuring that even after selecting &lt;STRONG&gt;"Select All"&lt;/STRONG&gt; for the parameters, the report does not exceed the character limit and continues to function without errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached the expression used to achieve the functionality for your reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IIF(LEN(Globals!ReportServerUrl +"?%2fBRS+Singapore%2fPA+Reports%2fTIJ4%2fSGP_Falcon%2fProduction+Reports%2fReject_Pen_summery_yield&amp;amp;rs:Command=Render&amp;amp;rc:Toolbar=False&amp;amp;StartDate= " &amp;amp; Parameters!parstartdate.Value &amp;amp; "&amp;amp;EndDate= " &amp;amp; Parameters!parenddate.Value &amp;amp; "&amp;amp;ShiftList= " &amp;amp;Join(Parameters!parshiftinclude.Value,",") &amp;amp; "&amp;amp;moduleky= " &amp;amp; Fields!MODULE_DIM_KY.Value &amp;amp; " &amp;amp;pruntype= " &amp;amp;Join(Parameters!paruntype.Value,",") &amp;amp; "&amp;amp;Zone1Wo= " &amp;amp; Join(Parameters!Zone1Wo.Value,"&amp;amp;Zone1Wo="))&amp;lt;=2083, "javascript&amp;amp;colon;void(window.open('"+ Globals!ReportServerUrl +"?%2fBRS+Singapore%2fPA+Reports%2fTIJ4%2fSGP_Falcon%2fProduction+Reports%2fReject_Pen_summery_yield&amp;amp;rs:Command=Render&amp;amp;rc:Toolbar=False&amp;amp;StartDate= " &amp;amp; Parameters!parstartdate.Value &amp;amp; "&amp;amp;EndDate= " &amp;amp; Parameters!parenddate.Value &amp;amp; "&amp;amp;ShiftList= " &amp;amp;Join(Parameters!parshiftinclude.Value,",") &amp;amp; "&amp;nbsp; &amp;amp;moduleky= " &amp;amp; Fields!MODULE_DIM_KY.Value &amp;amp; "&amp;amp;pruntype= " &amp;amp;Join(Parameters!paruntype.Value,",") &amp;amp; "&amp;amp;Zone1Wo= " &amp;amp;Join(Parameters!Zone1Wo.Value,"&amp;amp;Zone1Wo=") &amp;amp; "'))", "") '&amp;nbsp; --- Max URL limit accepted by IE browser is 2083 char&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your assistance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Heena Kousar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 14:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4380838#M39413</guid>
      <dc:creator>Heena_9980400</dc:creator>
      <dc:date>2025-01-25T14:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required in Paginated Report/SSRS Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4383819#M39450</link>
      <description>&lt;P&gt;Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me out here.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 07:51:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4383819#M39450</guid>
      <dc:creator>Heena_9980400</dc:creator>
      <dc:date>2025-01-28T07:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required in Paginated Report/SSRS Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4385405#M39470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="378361" data-lia-user-login="Heena_9980400" class="lia-mention lia-mention-user"&gt;Heena_9980400&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;If possible, use abbreviations or codes for parameter values to reduce their length.&lt;/P&gt;
&lt;P&gt;Here are some detailed strategies to shorten parameter values in your SSRS report:&lt;/P&gt;
&lt;P&gt;1. Use Abbreviations or Codes&lt;BR /&gt;Instead of using full names or descriptions, use abbreviations or codes. For example, use "NY" instead of "New York" or "Q1" instead of "Quarter 1".&lt;BR /&gt;2. Numeric or Alphanumeric Codes&lt;BR /&gt;Assign numeric or alphanumeric codes to your parameters. For instance, instead of passing "High", "Medium", and "Low", you could use "H", "M", and "L".&lt;BR /&gt;3. Mapping Tables&lt;BR /&gt;Use a mapping table in your database to convert long parameter values into shorter codes. For example, you could have a table that maps "New York" to "NY", "California" to "CA", etc.&lt;BR /&gt;4. Truncate Unnecessary Characters&lt;BR /&gt;Remove any unnecessary characters or spaces from your parameter values. For example, instead of "Product Category: Electronics", use "Electronics".&lt;BR /&gt;5. Use Indexes&lt;BR /&gt;If your parameters are based on a list of items, use their index positions instead of full names. For example, if you have a list of departments, use their index numbers (1, 2, 3) instead of their names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or simplify your report design to minimize the number of parameters needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, try adding an IF condition to filter the data that exceeds the limit in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Stephen Tao&lt;BR /&gt;&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 03:47:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4385405#M39470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-29T03:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required in Paginated Report/SSRS Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4390898#M39514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The suggested solution is not working. Are there any alternatives I can try? Instead of navigating to the child report through that link, is it possible to achieve the same functionality within the current report, like using a drill-down feature or any other approach?&lt;/P&gt;&lt;P&gt;Looking forward to your suggestions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 13:01:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Assistance-Required-in-Paginated-Report-SSRS-Report/m-p/4390898#M39514</guid>
      <dc:creator>Heena_9980400</dc:creator>
      <dc:date>2025-02-01T13:01:23Z</dc:date>
    </item>
  </channel>
</rss>

