<?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 How to Configure Dashboard Parameters with Default Values and Dropdown List from -100 to 100 in Incorta? in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6628#M819</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I have a requirement to configure two dashboard parameters: &lt;STRONG&gt;“No of Days”&lt;/STRONG&gt; and &lt;STRONG&gt;“Total Days”&lt;/STRONG&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;By default, these parameters should take values 1 and 10 respectively.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;At the same time, users should be able to select any value between -100 and 100 from a dropdown.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To implement this, I created a session variable with the following SQL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt; LEVEL &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;101&lt;/SPAN&gt; &lt;SPAN class=""&gt;AS&lt;/SPAN&gt; days &lt;SPAN class=""&gt;FROM&lt;/SPAN&gt; dual &lt;SPAN class=""&gt;CONNECT&lt;/SPAN&gt; &lt;SPAN class=""&gt;BY&lt;/SPAN&gt; LEVEL &lt;SPAN class=""&gt;&amp;lt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;201&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I then used this session variable as the source for the dashboard presentation variable. However, instead of showing a dropdown, it displays the values as a list.&lt;/P&gt;&lt;P&gt;Could someone please advise on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How to set default values for these presentation variables (NoOfDays = 1, TotalDays = 10)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How to configure the dashboard parameters so users can select from a dynamic or static list ranging from -100 to 100, displayed as a dropdown rather than a list?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is there a recommended way in Incorta to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Set default values for presentation variables (NoOfDays = 1, TotalDays = 10)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Still allow user selection from a dynamic or static list ranging from -100 to 100?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance on how to achieve would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 19:04:45 GMT</pubDate>
    <dc:creator>msinha8</dc:creator>
    <dc:date>2025-07-21T19:04:45Z</dc:date>
    <item>
      <title>How to Configure Dashboard Parameters with Default Values and Dropdown List from -100 to 100 in Incorta?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6628#M819</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I have a requirement to configure two dashboard parameters: &lt;STRONG&gt;“No of Days”&lt;/STRONG&gt; and &lt;STRONG&gt;“Total Days”&lt;/STRONG&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;By default, these parameters should take values 1 and 10 respectively.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;At the same time, users should be able to select any value between -100 and 100 from a dropdown.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To implement this, I created a session variable with the following SQL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SELECT&lt;/SPAN&gt; LEVEL &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;101&lt;/SPAN&gt; &lt;SPAN class=""&gt;AS&lt;/SPAN&gt; days &lt;SPAN class=""&gt;FROM&lt;/SPAN&gt; dual &lt;SPAN class=""&gt;CONNECT&lt;/SPAN&gt; &lt;SPAN class=""&gt;BY&lt;/SPAN&gt; LEVEL &lt;SPAN class=""&gt;&amp;lt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;201&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I then used this session variable as the source for the dashboard presentation variable. However, instead of showing a dropdown, it displays the values as a list.&lt;/P&gt;&lt;P&gt;Could someone please advise on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How to set default values for these presentation variables (NoOfDays = 1, TotalDays = 10)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How to configure the dashboard parameters so users can select from a dynamic or static list ranging from -100 to 100, displayed as a dropdown rather than a list?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Is there a recommended way in Incorta to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Set default values for presentation variables (NoOfDays = 1, TotalDays = 10)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Still allow user selection from a dynamic or static list ranging from -100 to 100?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance on how to achieve would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 19:04:45 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6628#M819</guid>
      <dc:creator>msinha8</dc:creator>
      <dc:date>2025-07-21T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Dashboard Parameters with Default Values and Dropdown List from -100 to 100 in Incorta?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6629#M820</link>
      <description>&lt;P&gt;Can we meet to review this?&lt;/P&gt;&lt;P&gt;Please log a support ticket and request support for a meeting. Or email me to setup this meeting.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 14:37:34 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6629#M820</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2025-07-22T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Configure Dashboard Parameters with Default Values and Dropdown List from -100 to 100 in Incorta?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6635#M821</link>
      <description>&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;Thanks for the update and as per your suggestion,&amp;nbsp;&lt;SPAN&gt;Request #57793 is created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 19:34:48 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/how-to-configure-dashboard-parameters-with-default-values-and/m-p/6635#M821</guid>
      <dc:creator>mritunjay_sinha</dc:creator>
      <dc:date>2025-07-29T19:34:48Z</dc:date>
    </item>
  </channel>
</rss>

