<?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 list box based on stright table expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674509#M1070862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;sorry i can't send any data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 13:30:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-29T13:30:28Z</dc:date>
    <item>
      <title>creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674502#M1070852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have already created stright table claims and it contains dimensinos like pol_no,claim_no and expressions like&lt;/P&gt;&lt;P&gt;incurred_amount=(setanalysis expression)&lt;/P&gt;&lt;P&gt;indicater(Y/N)-if(incurred_amount&amp;gt;100,'Y','N')&lt;/P&gt;&lt;P&gt;i need to create list box based on indicater(Y/N) if i click on 'Y' then it need show in stright table related 'Y' indictater.like that for 'N' also&lt;/P&gt;&lt;P&gt;but am trying in list box expression with (if(incurred_amount&amp;gt;100,'Y','N')) but it is showing nothing in as list box values.&lt;/P&gt;&lt;P&gt;can you any suggestion for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674502#M1070852</guid>
      <dc:creator />
      <dc:date>2014-08-29T12:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674503#M1070853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qhy don't you use a Dropdown box within your straight table for indicater(Y/N). no other listbox is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your solution for the listbox has no connection to your datamodel. what do you expect? 2 lines (one Y, one N?)&lt;/P&gt;&lt;P&gt;I would try with an Inline Code,but with Connection in datamodel to other tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674503#M1070853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674504#M1070854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add an extra line in your script:&lt;/P&gt;&lt;P&gt;If(Incurred_amount &amp;gt; 100,’Y’,’N’) as YourField&lt;/P&gt;&lt;P&gt;And add this field as a list box to your app. This gives you more flexibility instead of using an expression in the list box. If you want to stick with using an expression to the list box try the following expression:&lt;/P&gt;&lt;P&gt;= If(Incurred_amount &amp;gt; 100,’Y’,’N’)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674504#M1070854</guid>
      <dc:creator>mvanlutterveld</dc:creator>
      <dc:date>2014-08-29T12:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674505#M1070855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for replay but it is not workinh when i write in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674505#M1070855</guid>
      <dc:creator />
      <dc:date>2014-08-29T13:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674506#M1070856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange. Can you provide me with a screenshot of your expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674506#M1070856</guid>
      <dc:creator>mvanlutterveld</dc:creator>
      <dc:date>2014-08-29T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674507#M1070860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674507#M1070860</guid>
      <dc:creator />
      <dc:date>2014-08-29T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674508#M1070861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it have 300 MB file i can not post?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674508#M1070861</guid>
      <dc:creator />
      <dc:date>2014-08-29T13:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674509#M1070862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;sorry i can't send any data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674509#M1070862</guid>
      <dc:creator />
      <dc:date>2014-08-29T13:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674510#M1070863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you replace the incurred_value with the set expression in the IF statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(&lt;STRONG&gt;set expression&lt;/STRONG&gt;&amp;gt;100,'Y','N')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try if this works, if not then maybe the problem could be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674510#M1070863</guid>
      <dc:creator />
      <dc:date>2014-08-29T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674511#M1070864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 13:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674511#M1070864</guid>
      <dc:creator />
      <dc:date>2014-08-29T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: creating list box based on stright table expression</title>
      <link>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674512#M1070865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is in the set expression then. It is not setting a value to the incurred_value field. Maybe if you post that we might be able to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 14:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-list-box-based-on-stright-table-expression/m-p/674512#M1070865</guid>
      <dc:creator />
      <dc:date>2014-08-29T14:03:25Z</dc:date>
    </item>
  </channel>
</rss>

