<?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: How to show date from a data source in SAS VA 8.3 report? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/742925#M14941</link>
    <description>I have the same issue. I have not found any articles that describe how to do this. It seems like SAS should allow you to display whatever data fields you want (categories or measures) in a Text object.&lt;BR /&gt;This seems to be a serious design flaw with SAS reports.</description>
    <pubDate>Fri, 21 May 2021 15:31:43 GMT</pubDate>
    <dc:creator>jblack38</dc:creator>
    <dc:date>2021-05-21T15:31:43Z</dc:date>
    <item>
      <title>How to show date from a data source in SAS VA 8.3 report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/586107#M13002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one table which stores last updated date as one of the column. ETL job for this table is defined in such a way that when users updates or inserts any record in that table, last updated date will be updated for all rows(means there will be only one value for all records). Client wants this date to be shown in report as data last updated date in report. I created 1 Parameter based on that column and put in Text object but when new data is loaded date is not getting reflected. Date value remains same as it was there in the table when I created report. I am using SAS VA 8.3 on SAS Viya(V.03.04) platform.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that I can add measures/ aggregated measures in text object but my date variable is in category list and I can't convert to measure not I can do any aggregation on it since it's in category list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I've tried with parameter looks like this but new values are not reflecting===&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 593px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32201iA5C28B9D31C2F858/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.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;Can someone guide me how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 13:29:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/586107#M13002</guid>
      <dc:creator>hilal1422</dc:creator>
      <dc:date>2019-09-04T13:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show date from a data source in SAS VA 8.3 report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/742925#M14941</link>
      <description>I have the same issue. I have not found any articles that describe how to do this. It seems like SAS should allow you to display whatever data fields you want (categories or measures) in a Text object.&lt;BR /&gt;This seems to be a serious design flaw with SAS reports.</description>
      <pubDate>Fri, 21 May 2021 15:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/742925#M14941</guid>
      <dc:creator>jblack38</dc:creator>
      <dc:date>2021-05-21T15:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to show date from a data source in SAS VA 8.3 report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/772049#M15379</link>
      <description>There is a refresh option, I encountered it before. It basically recalculate the object. Try the "automatically refresh object".&lt;BR /&gt;If not, look for the refresh option on the object which the parameter it sourced. Apologies, I forgot which test VA report I was able to the same thing.</description>
      <pubDate>Tue, 05 Oct 2021 01:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/772049#M15379</guid>
      <dc:creator>johnfrytz</dc:creator>
      <dc:date>2021-10-05T01:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show date from a data source in SAS VA 8.3 report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/772105#M15380</link>
      <description>You can convert date stored as character into numeric (date) by using the PARSE operator under create new data item.&lt;BR /&gt;You must tell VA how to interpret the date format stored as string. Perhaps you need to combine with the substr operator or the datetime operator.&lt;BR /&gt;This should work for treating the date as numeric.&lt;BR /&gt;Independently of having the date as character or numeric you should be able to use it in a text object. Create a new data item using the concatenate function with the suffix and prefix for the last update date.&lt;BR /&gt;Use this item in text object.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2021 10:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/772105#M15380</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-10-05T10:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show date from a data source in SAS VA 8.3 report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/809756#M15994</link>
      <description>&lt;P&gt;This is an old post, so maybe already solved. But here is another possible resolution for future people searching.&lt;/P&gt;&lt;P&gt;I also use a parameter to add a data refresh date to a text box. I load my data to CAS with a refresh date character column formatted how I want it to display in VA. Then, in VA I create a required user prompt based on this refresh date data item (only contains one unique value). I assume this is what hilal1422 did as well in the original post to get the date parameter, or something similar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first, I hid my required ("mock") user prompt on a hidden page in the report. I also set the user prompt to update every 1 seconds. When I did this I experienced the prompt and parameter combo not updating automatically when new data was pushed to CAS. I opened this support track (&lt;SPAN&gt;7613487958 - &lt;A href="https://sirius.na.sas.com/Sirius/ShowTrack.aspx?trknum=7613487958" target="_blank"&gt;https://sirius.na.sas.com/Sirius/ShowTrack.aspx?trknum=7613487958&lt;/A&gt;).&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed that advice of doubling up on the user prompt so that the "Initially select first item" checkbox would appear in the options. That may work long term and certainly seemed to work better, but I have still experienced times when the prompt parameter combo seemed to not update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have sense done (thanks to a advice from a fellow VA user), and what I believe will work better and 100% of the time, is move the required user prompt to the same page as the text box parameter and hiding it in a precision container behind another object. I think this may be the key to solving my issue, and possibly the original issue of this ticket. Again, the user prompt the parameter is based on must be hidden on the SAME page as the text object the parameter is used in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 18:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-show-date-from-a-data-source-in-SAS-VA-8-3-report/m-p/809756#M15994</guid>
      <dc:creator>betmath</dc:creator>
      <dc:date>2022-04-25T18:12:07Z</dc:date>
    </item>
  </channel>
</rss>

