<?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 Visual Analytics - No item selected error in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949821#M18454</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a SAS Visual Analytics report - however when I export to a PDF I am getting a issue with one page saying that no item has been selected and it doesn't display the data at all with the object being blank. This is despite it being in the appendix tables, and the correct parameter having been set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 10:07:03 GMT</pubDate>
    <dc:creator>phopkinson</dc:creator>
    <dc:date>2024-11-04T10:07:03Z</dc:date>
    <item>
      <title>Visual Analytics - No item selected error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949821#M18454</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a SAS Visual Analytics report - however when I export to a PDF I am getting a issue with one page saying that no item has been selected and it doesn't display the data at all with the object being blank. This is despite it being in the appendix tables, and the correct parameter having been set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 10:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949821#M18454</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-11-04T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics - No item selected error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949843#M18455</link>
      <description>&lt;P&gt;I'd like to gather a bit more information. Which version of SAS Visual Analytics are you using? I assume that the object is not blank at the time that you select to print. Can you please confirm that? Are there any other messages in the PDF? Can you send a screen shot of what you see for the object? What type of object is it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 14:55:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949843#M18455</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2024-11-04T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics - No item selected error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949844#M18456</link>
      <description>&lt;P&gt;The object is not blank when I select to print, the object is a text box and bar chart - when i go to print the text says no item selected and the bar chart is blank. I can't share any screenshot I'm afraid.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 14:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949844#M18456</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-11-04T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics - No item selected error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949847#M18457</link>
      <description>&lt;P&gt;With a limited amount of detail, all I can say is that this issue can occur with report objects that display data items that are calculated from a parameter. Sometimes Visual Analytics fails to query the server for the results of the indirect calculation. If you are using any release of Visual Analytics on SAS 9.4, then you can look in the &lt;STRONG&gt;SASVisualAnalyticsTransport&lt;/STRONG&gt; log, typically located at&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;/&lt;EM&gt;SAS-configuration-directory&lt;/EM&gt;/Lev1/Web/Logs/SASServer12_1/SASVisualAnalyticsTransport7.&lt;EM&gt;x&lt;/EM&gt;.log&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;If it contains an error similar to the following...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Error getting QueryRunner - java.lang.Exception:&amp;nbsp;Missing expression parameter value while parsing :#{pr28} (Reason : InvalidInternalState)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then, as a workaround, you can&amp;nbsp;&lt;/SPAN&gt;add a data source filter&amp;nbsp;that references the parameter directly. For example, if your parameter is named Region Parameter, the expression might look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;( 'Region Parameter'p NotMissing ) OR ( 'Region Parameter'p Missing )&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;This filter&amp;nbsp;does not limit the number of rows returned from the query because the condition is always true.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 15:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949847#M18457</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2024-11-04T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics - No item selected error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949852#M18458</link>
      <description>&lt;P&gt;I'm afraid that I have already applied a data filter using this exact method and it hasn't resolved this issue at all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 15:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949852#M18458</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-11-04T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics - No item selected error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949854#M18459</link>
      <description>&lt;P&gt;The parameter is definitely what is causing the issue here as once it is removed - the text and bar chart both display on the output.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 16:10:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visual-Analytics-No-item-selected-error/m-p/949854#M18459</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-11-04T16:10:36Z</dc:date>
    </item>
  </channel>
</rss>

