<?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: Dynamically update report header for each individual pdf outputs with group name in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887842#M213596</link>
    <description>&lt;P&gt;&lt;SPAN&gt;atcodedog05 thank you! That was my approach too, I was hoping Lateryx would have some fancy text tool option where you can sum the columns, but this works!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 15:38:20 GMT</pubDate>
    <dc:creator>iwanttoworksmart</dc:creator>
    <dc:date>2022-01-06T15:38:20Z</dc:date>
    <item>
      <title>Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886410#M213588</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a listing of Teams for which I would like to generate individual pdf reports with team names and reporting years at the top of the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to save them all as separate pdf files with correct names, but where I could use some help is getting header values to update based on the grouping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have a formula tool generating FY 22 (year based on user selection) that should be included at the top of the report.&lt;/LI&gt;&lt;LI&gt;I would like to list the team name in the header.&lt;/LI&gt;&lt;LI&gt;I would like the team name not to be part of the output table, although this is the field that will determine data grouping for output.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I attached a sample of what I am looking to accomplish- any tips are greatly appreciated! I can only use native Alteryx tools which are out of beta. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:51:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886410#M213588</guid>
      <dc:creator>iwanttoworksmart</dc:creator>
      <dc:date>2024-06-13T21:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886498#M213589</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/121295"&gt;@iwanttoworksmart&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;This is difficult for me as well.&lt;BR /&gt;Hope someone can help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 08:15:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886498#M213589</guid>
      <dc:creator>Qiu</dc:creator>
      <dc:date>2022-01-04T08:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886502#M213590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/121295"&gt;@iwanttoworksmart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is how you can do it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. In Table tool groupby on year and team&lt;/P&gt;
&lt;P&gt;2. Use the Report text tool like below to attach a dynamic title (value based on groupby) on top of the table. Refer below. Configure the text to the desired title&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1641284639871.png" style="width: 992px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217052iC8BC3FC95DF1A529/image-dimensions/992x496?v=v2" width="992" height="496" role="button" title="atcodedog05_0-1641284639871.png" alt="atcodedog05_0-1641284639871.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. Use formula to create filename.&lt;/P&gt;
&lt;P&gt;4. Configure render tool to output to different files based on team and year.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_2-1641285021295.png" style="width: 437px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217058iA00B44604177418A/image-dimensions/437x390?v=v2" width="437" height="390" role="button" title="atcodedog05_2-1641285021295.png" alt="atcodedog05_2-1641285021295.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1641284947895.png" style="width: 697px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/217056iE916D74C7AAD9226/image-dimensions/697x138?v=v2" width="697" height="138" role="button" title="atcodedog05_0-1641284947895.png" alt="atcodedog05_0-1641284947895.png" /&gt;&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;Hope this helps : )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 08:31:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886502#M213590</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-04T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886516#M213591</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;nice!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 08:44:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886516#M213591</guid>
      <dc:creator>Qiu</dc:creator>
      <dc:date>2022-01-04T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886666#M213592</link>
      <description>&lt;P&gt;This is great, thank you so much!!!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 14:12:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886666#M213592</guid>
      <dc:creator>iwanttoworksmart</dc:creator>
      <dc:date>2022-01-04T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886672#M213593</link>
      <description>&lt;P&gt;Happy to help : )&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/121295"&gt;@iwanttoworksmart&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers and have a nice day!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 14:17:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/886672#M213593</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-04T14:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887723#M213594</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt; I am hoping you can help me with one more thing- is there a way to add a total line below my table for sales?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 13:28:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887723#M213594</guid>
      <dc:creator>iwanttoworksmart</dc:creator>
      <dc:date>2022-01-06T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887735#M213595</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/121295"&gt;@iwanttoworksmart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check whether this works for you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps : )&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 13:40:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887735#M213595</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-06T13:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887842#M213596</link>
      <description>&lt;P&gt;&lt;SPAN&gt;atcodedog05 thank you! That was my approach too, I was hoping Lateryx would have some fancy text tool option where you can sum the columns, but this works!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 15:38:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887842#M213596</guid>
      <dc:creator>iwanttoworksmart</dc:creator>
      <dc:date>2022-01-06T15:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887854#M213597</link>
      <description>&lt;P&gt;This is the easiest or else it will get complicated&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to help : )&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/121295"&gt;@iwanttoworksmart&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers and have a nice day!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 15:46:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/887854#M213597</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-06T15:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/1194336#M296203</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt;&amp;nbsp;, i have a similar requirement but i have to update the 'To' address in the top left and 'From' Address in the top right . Since these address are written in multiple lines, this tool is writing the address below one another.&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;We get values like below in the column and&amp;nbsp;i have to prepare a PDF sheet updating these values in a such a way that 'Client' details gets updated in the left corner and 'Entity' in the right corner. Can you please confirm if this can be done.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Client&lt;/TD&gt;&lt;TD&gt;Entity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Mr. Austin&lt;BR /&gt;XYZ Street&lt;BR /&gt;&lt;BR /&gt;Bangalore, India&lt;/TD&gt;&lt;TD&gt;MR Corporate&lt;BR /&gt;ABC Street&lt;BR /&gt;QWERT Road&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 04 Oct 2023 17:54:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/1194336#M296203</guid>
      <dc:creator>Austin004lasrado</dc:creator>
      <dc:date>2023-10-04T17:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update report header for each individual pdf outputs with group name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/1194553#M296277</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt;&lt;/P&gt;&lt;P&gt;i have a similar requirement, the change is here i am trying to update the address, 'To' address in the left corner and 'From' Address in the right corner and remaining details in the subject line(this one i have managed to update, need help with updating addresses in same sheet) .&lt;/P&gt;&lt;P&gt;Currently when I add these column right next to each other( similar to the one shown in above screen shot) the out put is coming right below to one and other because the address spread into multiple line.&lt;/P&gt;&lt;P&gt;Here i need to put below Column addresses in such a&amp;nbsp; way that they update in the PDF document right next to each other (one in Left and other in Right and in same lines.&lt;/P&gt;&lt;P&gt;Can you please help me to resolve this issue&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Mr ABCDEFG&lt;BR /&gt;XYZ&amp;nbsp; Cross&lt;BR /&gt;QWERTY Street&lt;BR /&gt;&lt;BR /&gt;123456&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Mr. Corportare&lt;BR /&gt;ABCD Cross&lt;BR /&gt;PQRST Street&lt;BR /&gt;Tel-1234567890&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 05 Oct 2023 10:47:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Dynamically-update-report-header-for-each-individual-pdf-outputs/m-p/1194553#M296277</guid>
      <dc:creator>Austin004lasrado</dc:creator>
      <dc:date>2023-10-05T10:47:09Z</dc:date>
    </item>
  </channel>
</rss>

