<?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: Transpose sas data integration studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727392#M226224</link>
    <description>&lt;P&gt;Hi, thanks for your answer.&lt;/P&gt;&lt;P&gt;I need to develop a table for a report in visual analytics.&lt;/P&gt;&lt;P&gt;The output table must have as variable the market id and the days of the month that are not fixed but every day are reloaded with the last 32 days from todays date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I create a table in DI that can change variable? In sas is easier to develop this solution than DI, but I need to use DI.&lt;/P&gt;&lt;P&gt;What do you think?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 13:10:10 GMT</pubDate>
    <dc:creator>Davidsas111</dc:creator>
    <dc:date>2021-03-18T13:10:10Z</dc:date>
    <item>
      <title>Transpose sas data integration studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727328#M226195</link>
      <description>&lt;P&gt;Goodmorning,&lt;/P&gt;&lt;P&gt;I'm new in this forum, nice to meet you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset with three observation, market, date and total_amount.&lt;/P&gt;&lt;P&gt;I have to transpose this information with data integration, but when I do this procedure the name of the columns are the number of the dates and not the name that I choose with the format, how can I change it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every day this job has to run with new data and new dates, how can I create a table on data integration with no fixed columns (In this way I can load a new table every day with different variables)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 08:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727328#M226195</guid>
      <dc:creator>Davidsas111</dc:creator>
      <dc:date>2021-03-18T08:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose sas data integration studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727370#M226211</link>
      <description>&lt;P&gt;If you have a scenario where your data model changes frequently, it's not a good fit for data integration.&lt;/P&gt;
&lt;P&gt;What is the use for this output? If it's to be consumed directly by end users or exported to a file, it can be managed.&lt;/P&gt;
&lt;P&gt;But it will be used as input to other transformations/jobs and stored permanently I think you need to redesign.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 12:01:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727370#M226211</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-03-18T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose sas data integration studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727392#M226224</link>
      <description>&lt;P&gt;Hi, thanks for your answer.&lt;/P&gt;&lt;P&gt;I need to develop a table for a report in visual analytics.&lt;/P&gt;&lt;P&gt;The output table must have as variable the market id and the days of the month that are not fixed but every day are reloaded with the last 32 days from todays date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I create a table in DI that can change variable? In sas is easier to develop this solution than DI, but I need to use DI.&lt;/P&gt;&lt;P&gt;What do you think?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 13:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727392#M226224</guid>
      <dc:creator>Davidsas111</dc:creator>
      <dc:date>2021-03-18T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose sas data integration studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727694#M226389</link>
      <description>&lt;P&gt;My undertanding is that VA is quite a flexible tool.&lt;/P&gt;
&lt;P&gt;My belief is that data should be sroed in aflexible way so that you can create a variaty of reports.&lt;/P&gt;
&lt;P&gt;Having columns fixed by date isn't flexible.&lt;/P&gt;
&lt;P&gt;So, without knowing the exact report lay-out, I suggest that you'll have a date columns instead, and have the report do the transposing/pivoting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 08:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727694#M226389</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-03-19T08:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose sas data integration studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727702#M226392</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;I can import the table with my datas and then transpose on VA.&lt;/P&gt;&lt;P&gt;How can I make a transposition on sas VA?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727702#M226392</guid>
      <dc:creator>Davidsas111</dc:creator>
      <dc:date>2021-03-19T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose sas data integration studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727706#M226394</link>
      <description>&lt;P&gt;Cross tabulation etc is standard lay outs in reporting.&lt;/P&gt;
&lt;P&gt;Don't you have a VA reporting person to help you here?&lt;/P&gt;
&lt;P&gt;Otherwise check documentation, guides, potentially attend to training opportunities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/results?search_query=sas+visual+analytics+tutorial+" target="_blank"&gt;https://www.youtube.com/results?search_query=sas+visual+analytics+tutorial+&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/edu/elearning.html?productType=library&amp;amp;ctry=se#" target="_blank"&gt;https://support.sas.com/edu/elearning.html?productType=library&amp;amp;ctry=se#&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 09:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-sas-data-integration-studio/m-p/727706#M226394</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-03-19T09:20:08Z</dc:date>
    </item>
  </channel>
</rss>

