<?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 create a table without making any changes in data manager and data load editor ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642823#M47940</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;No, you can't use an inline table in the front end. To go the variable option, you need to do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a variable, let's call it vType.&lt;/LI&gt;&lt;LI&gt;Go to Custom Objects (below Charts on the left of the screen).&lt;/LI&gt;&lt;LI&gt;Go to Qlik Dashboard bundle&lt;/LI&gt;&lt;LI&gt;Go to Variable Input and drag it onto the screen&lt;/LI&gt;&lt;LI&gt;Under the variable tab on the right (when the Variable input object it selected), go to Variable and select vType under Name.&lt;/LI&gt;&lt;LI&gt;Under Show as, select Buttons.&lt;/LI&gt;&lt;LI&gt;Go to the Values tab and select Fixed.&lt;/LI&gt;&lt;LI&gt;Add an Alternative with Value 'EUR' and Label EUR.&lt;/LI&gt;&lt;LI&gt;Add another Alternative with Value 'HR' and Label HR.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In an expression, you can now write something like&amp;nbsp;IF($(vType)='HR',Sum(Sales),Ave(Sales))&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 06:31:41 GMT</pubDate>
    <dc:creator>Mauritz_SA</dc:creator>
    <dc:date>2019-11-05T06:31:41Z</dc:date>
    <item>
      <title>how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1641685#M47812</link>
      <description>&lt;P&gt;Dear all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create a small table i.e. with two row values and one column i.e. [ HR, EUR] without making any changes in the data manager and data load editor. The reason is to use them in variable input chart as buttons for filtering out the charts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have used if conditions in all the graphs based on this&amp;nbsp; two values i.e. If( Table ='HR'; condition expression 01,&amp;nbsp;condition expression 02).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to create a table using variable or function inside the filter ? If so pls share.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1641685#M47812</guid>
      <dc:creator>Iras</dc:creator>
      <dc:date>2024-11-16T04:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642593#M47915</link>
      <description>&lt;P&gt;I'm not sure I understand your question.&lt;/P&gt;&lt;P&gt;Will you elaborate?&lt;/P&gt;&lt;P&gt;You could use valuelist() to create a custom dimension that you then identify with each expression. Does that help?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 15:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642593#M47915</guid>
      <dc:creator>CurtDaughtry</dc:creator>
      <dc:date>2019-11-04T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642598#M47916</link>
      <description>&lt;P&gt;I would like to create a filter which has this two value. But I don't want to add more data in the data manager or in data load editor.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;based on selection on this filter I had written if expression in my charts i.e. ( If( Type= ' HR', Expression 1, Expression 2)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I am unable to create this type of list in my charts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do so ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 15:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642598#M47916</guid>
      <dc:creator>Iras</dc:creator>
      <dc:date>2019-11-04T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642613#M47918</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;If you want to use a normal filter then I don't think ValueList will work - it is not a field that can be selected and only applicable to the object in which it is created. It is explained by Jonty in &lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/How-to-filter-data-based-on-hardcoded-filter/td-p/16984" target="_self"&gt;this&lt;/A&gt; thread. As he mentions, you can add a simple island table with a&amp;nbsp;Type Column and two values for&amp;nbsp;HR and EUR. For example, just add:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;FilterTable:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;LOAD * INLINE [&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;Type&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;HR&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;EUR&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You can then reference the Type field in your expressions and even make it an &lt;A href="https://help.qlik.com/en-US/sense/September2019/Subsystems/Hub/Content/Sense_Hub/DataSource/select-single-value.htm" target="_self"&gt;Always one selected value&lt;/A&gt; field.&lt;/P&gt;&lt;P&gt;If you can't do this then I suggest that you create a variable and use the Variable input extension in the standard Qlik Dashboard buttons to assign one of the two predefined values (HR or EUR) to it.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642613#M47918</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-11-04T16:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642615#M47919</link>
      <description>&lt;P&gt;Agree with &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/31029"&gt;@Mauritz_SA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642615#M47919</guid>
      <dc:creator>CurtDaughtry</dc:creator>
      <dc:date>2019-11-04T16:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642678#M47929</link>
      <description>&lt;P&gt;Thanks you for your reply..&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't make any changes in data load editor or data manager . Is it possible to write the same below code in the chart areas. or in the edit sheet inside the chart expression area ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;FilterTable:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;LOAD * INLINE [&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;Type&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;HR&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;EUR&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;or&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;FONT color="#000000"&gt;could you please elborate bit more about how to create in&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Variable input extension&amp;nbsp;&lt;/FONT&gt; ?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 18:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642678#M47929</guid>
      <dc:creator>Iras</dc:creator>
      <dc:date>2019-11-04T18:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642823#M47940</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;No, you can't use an inline table in the front end. To go the variable option, you need to do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a variable, let's call it vType.&lt;/LI&gt;&lt;LI&gt;Go to Custom Objects (below Charts on the left of the screen).&lt;/LI&gt;&lt;LI&gt;Go to Qlik Dashboard bundle&lt;/LI&gt;&lt;LI&gt;Go to Variable Input and drag it onto the screen&lt;/LI&gt;&lt;LI&gt;Under the variable tab on the right (when the Variable input object it selected), go to Variable and select vType under Name.&lt;/LI&gt;&lt;LI&gt;Under Show as, select Buttons.&lt;/LI&gt;&lt;LI&gt;Go to the Values tab and select Fixed.&lt;/LI&gt;&lt;LI&gt;Add an Alternative with Value 'EUR' and Label EUR.&lt;/LI&gt;&lt;LI&gt;Add another Alternative with Value 'HR' and Label HR.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In an expression, you can now write something like&amp;nbsp;IF($(vType)='HR',Sum(Sales),Ave(Sales))&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 06:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642823#M47940</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-11-05T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642858#M47943</link>
      <description>&lt;P&gt;Thanks a lot Mauritz_SA. It worked..&amp;nbsp; But when Nothing is selected the KPI value is showing as "-". How can I make sure that one value is always selected ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 08:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642858#M47943</guid>
      <dc:creator>Iras</dc:creator>
      <dc:date>2019-11-05T08:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642872#M47944</link>
      <description>&lt;P&gt;Assign a value to the variable description like 'EUR' in step 1.&lt;/P&gt;&lt;P&gt;Just go the variable and update the description &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Nov 2019 08:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642872#M47944</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-11-05T08:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642879#M47945</link>
      <description>&lt;P&gt;Thanks alot..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 08:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642879#M47945</guid>
      <dc:creator>Iras</dc:creator>
      <dc:date>2019-11-05T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a table without making any changes in data manager and data load editor ?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642887#M47946</link>
      <description>&lt;P&gt;You're welcome - glad I could help!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-create-a-table-without-making-any-changes-in-data-manager/m-p/1642887#M47946</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-11-05T09:03:14Z</dc:date>
    </item>
  </channel>
</rss>

