<?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: Creating datasets on the fly - SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476556#M10636</link>
    <description>&lt;P&gt;Okay, I think there is a possible way to do this. &amp;nbsp;You can create three aggregated items, 'Threshold Q1', 'Threshold Q2', 'Threshold Q3'. &amp;nbsp;These would just aggregate AHT, but instead of Sum or Average you would define each one to use a different quartile cutoff (Q1, median, Q3 I think are the correct options).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can create a new calculated item something like this:&lt;/P&gt;
&lt;P&gt;if AHT &amp;lt; Threshold Q1, then return 'Q1'&lt;/P&gt;
&lt;P&gt;else if AHT &amp;lt; Threshold Q2, then return 'Q2'&lt;/P&gt;
&lt;P&gt;else if AHT &amp;lt; Threshold Q3, then return 'Q3'&lt;/P&gt;
&lt;P&gt;else return 'Q4'&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 18:29:23 GMT</pubDate>
    <dc:creator>MikeJenista</dc:creator>
    <dc:date>2018-07-09T18:29:23Z</dc:date>
    <item>
      <title>Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476513#M10628</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set like :&lt;/P&gt;&lt;P&gt;LOB&amp;nbsp; Employee Date(Monthyear format) Talktime Handlecalls&lt;/P&gt;&lt;P&gt;503&amp;nbsp; &amp;nbsp;123456&amp;nbsp; &amp;nbsp; &amp;nbsp; Jan2018&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 400&amp;nbsp; &amp;nbsp;20&lt;/P&gt;&lt;P&gt;503&amp;nbsp; &amp;nbsp;123457&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Feb2018&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;423&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 Global Filters on the Top - by LoB and Date(MonthYear)&lt;/P&gt;&lt;P&gt;1 is dropdown for LoB&lt;/P&gt;&lt;P&gt;2nd is Slider with To and From&amp;nbsp;&lt;SPAN&gt;Date(MonthYear)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I create an aggregated measure AHT =&amp;nbsp;Talktime/Handlecalls in SAS VA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I want to create quartile buckets(0-25%,25-50%,50-75%,75-100%) for the aggregated measure based on the LoB and Date range selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please can anybody guide me as to how to go about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Karuna Tiwari&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 16:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476513#M10628</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-09T16:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476543#M10632</link>
      <description>&lt;P&gt;Can you be more precise about what you want the quartile buckets to do? &amp;nbsp;Are you trying to calculate the AHT for each employee, and then bucket their values by quartile?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are you trying to calculate the AHT in four quartiles of employees (bucketed in some other way)?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476543#M10632</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T18:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476551#M10634</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;We are calculating AHT for each employee and then bucketing them(employees) based on the AHT.</description>
      <pubDate>Mon, 09 Jul 2018 18:16:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476551#M10634</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-09T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476556#M10636</link>
      <description>&lt;P&gt;Okay, I think there is a possible way to do this. &amp;nbsp;You can create three aggregated items, 'Threshold Q1', 'Threshold Q2', 'Threshold Q3'. &amp;nbsp;These would just aggregate AHT, but instead of Sum or Average you would define each one to use a different quartile cutoff (Q1, median, Q3 I think are the correct options).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can create a new calculated item something like this:&lt;/P&gt;
&lt;P&gt;if AHT &amp;lt; Threshold Q1, then return 'Q1'&lt;/P&gt;
&lt;P&gt;else if AHT &amp;lt; Threshold Q2, then return 'Q2'&lt;/P&gt;
&lt;P&gt;else if AHT &amp;lt; Threshold Q3, then return 'Q3'&lt;/P&gt;
&lt;P&gt;else return 'Q4'&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476556#M10636</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T18:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476557#M10637</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Thanks for your prompt response.&lt;BR /&gt;We tried exactly what you have suggested.&lt;BR /&gt;&lt;BR /&gt;But the problem is if we create a calculated item, it will not allow aggregated items like AHT or Threshold Q1/Q3.&lt;BR /&gt;And aggregated item will not allow us to return 'Q1', 'Q2'.</description>
      <pubDate>Mon, 09 Jul 2018 18:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476557#M10637</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-09T18:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476559#M10638</link>
      <description>&lt;P&gt;What version are you using? &amp;nbsp;I can try setting up a similar scenario to see what I can figure out. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 18:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476559#M10638</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T18:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476560#M10639</link>
      <description>We are using SAS VA 7.4.</description>
      <pubDate>Mon, 09 Jul 2018 18:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476560#M10639</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-09T18:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476580#M10640</link>
      <description>&lt;P&gt;Okay, I see that the problem is that the quartile/median aggregations need to have the aggregated AHT values available for ranking, so there is no way to figure out the quartile cutoffs from row-level data alone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create an order-able object like a list table, and rank all the employees by AHT. &amp;nbsp;But I don't think it is possible to automatically extract the cutoffs from this either. &amp;nbsp;If the number of calls and talk time were already condensed for each employee, this would work since AHT would be a row-level calculation and not an aggregation. &amp;nbsp;But with the need to aggregate over the time period, I don't think you can dynamically obtain the bucketing you want.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 19:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476580#M10640</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-09T19:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476648#M10643</link>
      <description>Thanks for your help, Mike!!</description>
      <pubDate>Tue, 10 Jul 2018 02:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476648#M10643</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-10T02:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476680#M10646</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/97535"&gt;@MikeJenista&lt;/a&gt;&amp;nbsp;: Can this be achieved through Stored Process?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476680#M10646</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-10T07:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476684#M10647</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156978"&gt;@KarunaTiwari&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes it can be possible, my company is working with this approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you would need some javascript function to refresh contents in the report.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476684#M10647</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-07-10T07:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476702#M10649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please could you elaborate on the solution or guide us as to go about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 09:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476702#M10649</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-10T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476703#M10650</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156978"&gt;@KarunaTiwari&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot not give a lot of details just by myself, since I am not doing functional work, but I can share with you as much as I know:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You can stored processes, that can be triggered in SAS VA with a button, a link or an action.&lt;/P&gt;
&lt;P&gt;2. The consider a stored process as a normal code, and a normal code can access, if it has enough permission, to any SAS dataset/library. Therefore, after the trigger, you can update a table or create a new one, as you would do with common code. Do you know how to access LASR tables with code?&lt;/P&gt;
&lt;P&gt;3. If you need this table for a VA report, and I guess you do, you will need to refresh the report, or the object part of the report that shows that new data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3.1 The good option is the second one, to refresh only the section of the report (not all the report) but I&amp;nbsp;just don't know if it is even possible, or how. Perhaps&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/97535"&gt;@MikeJenista&lt;/a&gt;&amp;nbsp;or some other SAS colleague can answer this part. I would be VERY interested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 3.2 Worst case scenatio, you can always make a call to refresh the report/page, although it does not look good/professional to a user.&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/3715047/how-to-reload-a-page-using-javascript" target="_blank"&gt;https://stackoverflow.com/questions/3715047/how-to-reload-a-page-using-javascript&lt;/A&gt; //&amp;nbsp;&lt;A href="https://www.w3schools.com/jsref/met_loc_reload.asp" target="_blank"&gt;https://www.w3schools.com/jsref/met_loc_reload.asp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clearer?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 09:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476703#M10650</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-07-10T09:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476722#M10652</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;: Thanks for your inputs. We will try to implement and get back to you in case of any issues.&lt;/P&gt;&lt;P&gt;Thanks again!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 10:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/476722#M10652</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-10T10:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/478315#M10676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/97535"&gt;@MikeJenista&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how Qlikview handles quartiles at the visualization layer (very straightforward).&amp;nbsp; Will SAS have something similar in future versions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(aggr(sum(HandledTime)/sum(Calls), Agent) &amp;lt;= fractile(TOTAL aggr(sum(HandledTime)/sum(Calls), Agent), 0.25), 1,&lt;BR /&gt;if(aggr(sum(HandledTime)/sum(Calls), Agent) &amp;lt;= fractile(TOTAL aggr(sum(HandledTime)/sum(Calls), Agent), 0.50), 2,&lt;BR /&gt;if(aggr(sum(HandledTime)/sum(Calls), Agent) &amp;lt;= fractile(TOTAL aggr(sum(HandledTime)/sum(Calls), Agent), 0.75), 3,4)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 10:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/478315#M10676</guid>
      <dc:creator>KarunaTiwari</dc:creator>
      <dc:date>2018-07-16T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/478354#M10679</link>
      <description>&lt;P&gt;The latest version of VA on Viya does have more flexible aggregation features. &amp;nbsp;With the use of an aggregated temp table, users can write expressions similar to the Qlikview code you presented.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 13:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/478354#M10679</guid>
      <dc:creator>MikeJenista</dc:creator>
      <dc:date>2018-07-16T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/681956#M14173</link>
      <description>&lt;P&gt;Noticed that location.reload() is slower than the other methods.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;location.reload(forceGet)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;forceGet:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;false - Default. Reloads the current page from the cache.&lt;/LI&gt;&lt;LI&gt;true - The current page must be reloaded from the server.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From the Mozilla Developement Network I guess the .&lt;A href="http://net-informations.com/jq/events/refresh.htm" target="_self"&gt;reload&lt;/A&gt; method may fetch all files from the Server again. This would be similar to a CTRL + F5 reload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The location.href for example, simply follows the link which may be cached. As for the MDN definition the behave is not clearly defined so I guess its browser and case specific behave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 05:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/681956#M14173</guid>
      <dc:creator>larryhems</dc:creator>
      <dc:date>2020-09-07T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets on the fly - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/834216#M16444</link>
      <description>&lt;P&gt;The reload() function takes an optional parameter that can be set to true to force a reload from the server rather than the cache. Since window.location.reload(true) has been deprecated, changing location.reload(true) to location.reload() to resolve this issue. Also, you can use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;window.location.href = window.location.href;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are multiple ways to &lt;A href="http://net-informations.com/jq/events/refresh.htm" target="_self"&gt;Refresh&lt;/A&gt;/Reload a page with jQuery/JavaScript, some are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;location.replace(location.pathname)&lt;BR /&gt;window.location = window.location&lt;BR /&gt;window.self.window.self.window.window.location = window.location&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 05:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Creating-datasets-on-the-fly-SAS-VA/m-p/834216#M16444</guid>
      <dc:creator>cristydavidd</dc:creator>
      <dc:date>2022-09-20T05:30:25Z</dc:date>
    </item>
  </channel>
</rss>

