<?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: Data Driven content with parameters in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652648#M13809</link>
    <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; cursor: text; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I think this is easier to read&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;http://m-sbrrzl-gerghe.gtp-americas.sashq-d.openstack.sas.com/github/samples/dataUpdate.html?caslib=public&amp;amp;castab=hmeq&amp;amp;target_column_name=reason&amp;amp;target_column_type=string&amp;amp;id_column_name=_id&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 18:37:52 GMT</pubDate>
    <dc:creator>Renato_sas</dc:creator>
    <dc:date>2020-06-02T18:37:52Z</dc:date>
    <item>
      <title>Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652439#M13802</link>
      <description>&lt;P&gt;I just tried to implement some DDC out-of-box solutions posted at the github page.&lt;/P&gt;
&lt;P&gt;With most of them I succeed but one is resisting my efforts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations/blob/master/samples/dataUpdate.html" target="_blank"&gt;https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations/blob/master/samples/dataUpdate.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1484"&gt;@Renato_sas&lt;/a&gt; , can you see at first glance what I am missing out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because the array looks fine what is retrieved from the DDC object in VA.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ddc message.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/40247i91778E9E8C2FD94B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ddc message.png" alt="ddc message.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
    &lt;SPAN class="key"&gt;"version":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"1"&lt;/SPAN&gt;,
    &lt;SPAN class="key"&gt;"resultName":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"dd264"&lt;/SPAN&gt;,
    &lt;SPAN class="key"&gt;"rowCount":&lt;/SPAN&gt; &lt;SPAN class="number"&gt;4&lt;/SPAN&gt;,
    &lt;SPAN class="key"&gt;"availableRowCount":&lt;/SPAN&gt; &lt;SPAN class="number"&gt;4&lt;/SPAN&gt;,
    &lt;SPAN class="key"&gt;"data":&lt;/SPAN&gt; [
        [
            &lt;SPAN class="string"&gt;"A150"&lt;/SPAN&gt;
        ],
        [
            &lt;SPAN class="string"&gt;"A366"&lt;/SPAN&gt;
        ],
        [
            &lt;SPAN class="string"&gt;"A77"&lt;/SPAN&gt;
        ],
        [
            &lt;SPAN class="string"&gt;"A78"&lt;/SPAN&gt;
        ]
    ],
    &lt;SPAN class="key"&gt;"columns":&lt;/SPAN&gt; [
        {
            &lt;SPAN class="key"&gt;"name":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"bi265"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"label":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"obs"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"type":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"string"&lt;/SPAN&gt;
        }
    ],
    &lt;SPAN class="key"&gt;"parameters":&lt;/SPAN&gt; [
        {
            &lt;SPAN class="key"&gt;"name":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"pr50"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"label":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"caslib"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"dataType":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"string"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"value":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"DNA"&lt;/SPAN&gt;
        },
        {
            &lt;SPAN class="key"&gt;"name":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"pr51"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"label":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"castab"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"dataType":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"string"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"value":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"RYAN2"&lt;/SPAN&gt;
        },
        {
            &lt;SPAN class="key"&gt;"name":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"pr52"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"label":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"target_column_name"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"dataType":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"string"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"value":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"MODELO"&lt;/SPAN&gt;
        },
        {
            &lt;SPAN class="key"&gt;"name":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"pr53"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"label":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"id_column_name"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"dataType":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"string"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"value":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"obs"&lt;/SPAN&gt;
        },
        {
            &lt;SPAN class="key"&gt;"name":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"pr68"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"label":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"target_column_type"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"dataType":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"string"&lt;/SPAN&gt;,
            &lt;SPAN class="key"&gt;"value":&lt;/SPAN&gt; &lt;SPAN class="string"&gt;"$50."&lt;/SPAN&gt;
        }
    ]
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 06:50:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652439#M13802</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2020-06-02T06:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652646#M13808</link>
      <description>&lt;P&gt;Based on your first screenshot, it seems that you are not passing the required parameters in the data-driven content URL. It should be something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://m-sbrrzl-gerghe.gtp-americas.sashq-d.openstack.sas.com/github/samples/dataUpdate.html?caslib=public&amp;amp;castab=hmeq&amp;amp;target_column_name=reason&amp;amp;target_column_type=string&amp;amp;id_column_name=_id" target="_blank"&gt;http://your.host.server/github/samples/dataUpdate.html?caslib=&amp;lt;your-cas-library&amp;gt;&amp;amp;castab=&amp;lt;your-table&amp;gt;&amp;amp;target_column_name=&amp;lt;column-to-be-updated-with-user-input&amp;gt;&amp;amp;target_column_type=&amp;lt;string-or-number&amp;gt;&amp;amp;id_column_name=&amp;lt;the-unique-id-column&amp;gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must also set a link action from the list table at the top to the data-driven content object, so it will flag/select the desired row to be changed.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 18:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652646#M13808</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2020-06-02T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652648#M13809</link>
      <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; cursor: text; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I think this is easier to read&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;http://m-sbrrzl-gerghe.gtp-americas.sashq-d.openstack.sas.com/github/samples/dataUpdate.html?caslib=public&amp;amp;castab=hmeq&amp;amp;target_column_name=reason&amp;amp;target_column_type=string&amp;amp;id_column_name=_id&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 18:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652648#M13809</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2020-06-02T18:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652902#M13816</link>
      <description>&lt;P&gt;Thanks Renato.&lt;/P&gt;
&lt;P&gt;Applying your parameter passing technique via URL and selecting only one row in the list table that performs a linked action on the DDC object, I don't get any longer the error message.&lt;/P&gt;
&lt;P&gt;I can write to the text box but after pushing the bottom nothing happens.&lt;/P&gt;
&lt;P&gt;I suppose that I cannot perform this kind of table update coming from outside as I put the link from the github page.&lt;/P&gt;
&lt;P&gt;I had tried to host your code as job execution wrapping it in a data _null_ statement and put ' ' statements. Shouldn't it work like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the way I tried to send the parameters I followed your post&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Using-parameters-with-Data-Driven-Content-in-SAS-Visual/ta-p/609557" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Using-parameters-with-Data-Driven-Content-in-SAS-Visual/ta-p/609557&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suppose it didn't work because the name of these parameters is like "pr52" and only the label matches the parameters your code requires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 15:03:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652902#M13816</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2020-06-03T15:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652932#M13817</link>
      <description>&lt;P&gt;I don't think this is an issue. Do you see any error messages related to this DDC in your browser's devtools (Ctrl+Shift+I)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 16:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652932#M13817</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2020-06-03T16:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652946#M13819</link>
      <description>&lt;P&gt;the error message calling from a browser window is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And should I pass "string" for the format parameter or "$30." alike?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="cm-s-mozilla message console-api log log" data-message-id="27" aria-live="polite"&gt;&lt;SPAN class="message-body-wrapper"&gt;&lt;SPAN class="message-flex-body"&gt;&lt;SPAN class="message-body devtools-monospace"&gt;&lt;SPAN class="objectBox objectBox-string"&gt;id_column_name=obs&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="message-location devtools-monospace"&gt;&lt;SPAN class="frame-link" data-url="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html" data-line="73" data-column="12"&gt;&lt;A class="frame-link-source" draggable="false" href="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html?caslib=dna&amp;amp;castab=ryan2&amp;amp;target_column_name=MODELO&amp;amp;target_column_type=string&amp;amp;id_column_name=obs" target="_blank"&gt;&lt;SPAN class="frame-link-source-inner" title="View source in Debugger → https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html:73:12"&gt;&lt;SPAN class="frame-link-filename"&gt;dataUpdate.html&lt;/SPAN&gt;&lt;SPAN class="frame-link-line"&gt;:73:12&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="message javascript log error open" data-message-id="28" aria-live="polite"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN class="message-body-wrapper"&gt;&lt;SPAN class="message-flex-body"&gt;&lt;SPAN class="message-body devtools-monospace"&gt;&lt;SPAN class="objectBox objectBox-string"&gt;TypeError: jq is undefined&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="message-body-wrapper"&gt;&lt;SPAN class="message-flex-body"&gt;&lt;SPAN class="message-location devtools-monospace"&gt;&lt;SPAN class="frame-link" data-url="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js" data-line="25" data-column="3"&gt;&lt;A class="frame-link-source" draggable="false" href="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js" target="_blank"&gt;&lt;SPAN class="frame-link-source-inner" title="View source in Debugger → https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js:25:3"&gt;&lt;SPAN class="frame-link-filename"&gt;casUtil.js&lt;/SPAN&gt;&lt;SPAN class="frame-link-line"&gt;:25:3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="stacktrace devtools-monospace"&gt;
&lt;DIV class="pane frames"&gt;
&lt;DIV role="list"&gt;
&lt;DIV class="frame" tabindex="0" title="View source in Debugger → https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js:25" role="listitem"&gt;&lt;SPAN class="frame-indent clipboard-only"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="title"&gt;getCasServerName&lt;/SPAN&gt; &lt;SPAN class="location" title="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js"&gt;&lt;SPAN class="filename"&gt;&lt;A href="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js" target="_blank"&gt;https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class="line"&gt;25&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="frame" tabindex="0" title="View source in Debugger → https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js:88" role="listitem"&gt;&lt;SPAN class="frame-indent clipboard-only"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="title"&gt;startCasSession&lt;/SPAN&gt; &lt;SPAN class="location" title="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js"&gt;&lt;SPAN class="filename"&gt;&lt;A href="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js" target="_blank"&gt;https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/util/casUtil.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class="line"&gt;88&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="frame" tabindex="0" title="View source in Debugger → https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html?caslib=dna&amp;amp;castab=ryan2&amp;amp;target_column_name=MODELO&amp;amp;target_column_type=string&amp;amp;id_column_name=obs:160" role="listitem"&gt;&lt;SPAN class="frame-indent clipboard-only"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="title"&gt;&amp;lt;anonymous&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="location" title="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html?caslib=dna&amp;amp;castab=ryan2&amp;amp;target_column_name=MODELO&amp;amp;target_column_type=string&amp;amp;id_column_name=obs"&gt;&lt;SPAN class="filename"&gt;&lt;A href="https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html?caslib=dna&amp;amp;castab=ryan2&amp;amp;target_column_name=MODELO&amp;amp;target_column_type=string&amp;amp;id_column_name=obs" target="_blank"&gt;https://sassoftware.github.io/sas-visualanalytics-thirdpartyvisualizations/samples/dataUpdate.html?caslib=dna&amp;amp;castab=ryan2&amp;amp;target_column_name=MODELO&amp;amp;target_column_type=string&amp;amp;id_column_name=obs&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class="line"&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 17:23:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/652946#M13819</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2020-06-03T17:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven content with parameters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/653036#M13820</link>
      <description>&lt;P&gt;I'm not sure I understand this error. If I interpreted it correctly, it's saying jq is not defined, but it would only happen if the DDC URL is called directly from the browser, instead of being embedded in a VA report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What format parameter are you asking about? If it's&amp;nbsp;target_column_type, it accepts those values: string/number/date/datetime/time&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 01:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-Driven-content-with-parameters/m-p/653036#M13820</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2020-06-04T01:09:21Z</dc:date>
    </item>
  </channel>
</rss>

