<?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: Please help me in writing expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787537#M1019760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you very much for spending lot of time for me! Its woriking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 10:33:18 GMT</pubDate>
    <dc:creator>durgabhavani</dc:creator>
    <dc:date>2015-03-25T10:33:18Z</dc:date>
    <item>
      <title>Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787529#M1019752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three fields as below&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000;"&gt;empname:&lt;/STRONG&gt;&lt;BR /&gt;jack&lt;BR /&gt;ram&lt;BR /&gt;pipe&lt;BR /&gt;ross&lt;BR /&gt;taylor&lt;BR /&gt;elloit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="color: #000000;"&gt;Levels&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;priority1&lt;BR /&gt;priority2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;dayschec&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;k&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;0-10 days&lt;BR /&gt;11-15 days&lt;BR /&gt;15+ days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking dimesion as employee name in piechart,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My challenge is to write expression:&lt;BR /&gt;-&amp;gt; when i click on employee name it needs to check whether it is in priority1 or priority2.&lt;BR /&gt;-&amp;gt; if it presents in priority1 or priority2 then it needs to check in dayscheck and gives out put value from dayscheck field?&lt;/P&gt;&lt;P&gt;Please advice me to write an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 09:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787529#M1019752</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-03-25T09:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787530#M1019753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How these fields are related means all are same table or from different one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the Table information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 09:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787530#M1019753</guid>
      <dc:creator />
      <dc:date>2015-03-25T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787531#M1019754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one table name "details" it contains these fields&lt;/P&gt;&lt;P&gt;empname&lt;BR /&gt;levels&lt;BR /&gt;dayslength&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i derived dayscheck field using dayslength field as below:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt;if(dayslength &amp;lt;= 10, '0-10 Days',&lt;BR /&gt;if(dayslength &amp;lt;= 30, '11-15 days',&lt;BR /&gt;if(dayslength &amp;lt;= 50, '15+ days', '70+ Days')))) as dayscheck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my table contains&lt;/P&gt;&lt;P&gt;empname&lt;/P&gt;&lt;P&gt;levels&lt;/P&gt;&lt;P&gt;dayslength&lt;/P&gt;&lt;P&gt;dayscheck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you know my field values and what is my scenario, please share screenshot or expression, dont share qvw file as i have no access to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 09:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787531#M1019754</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-03-25T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787532#M1019755</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;take dim&lt;/P&gt;&lt;P&gt;add calculated dimension&lt;/P&gt;&lt;P&gt;=if(wildmatch(level,'priority1','&lt;SPAN style="font-size: 13.3333330154419px;"&gt;priority2&lt;/SPAN&gt;'),employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exp:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=dayscheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;After that go to properties of object &amp;gt; Dimension &amp;gt; select suppress when value is Null&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787532#M1019755</guid>
      <dc:creator />
      <dc:date>2015-03-25T10:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787533#M1019756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Dayscheck field is not having Numeric information. So it is not possible display Dayscheck value in Pie Chart even if we use the Only().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Harsha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787533#M1019756</guid>
      <dc:creator />
      <dc:date>2015-03-25T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787534#M1019757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to display Dayschecck field value in Text Object instead of Pie Chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787534#M1019757</guid>
      <dc:creator />
      <dc:date>2015-03-25T10:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787535#M1019758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is showing " No data to display"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787535#M1019758</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-03-25T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787536#M1019759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to display in straight table rather than pie it will work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still you need to display pie chart then&lt;/P&gt;&lt;P&gt;Dim: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(wildmatch(level,'priority1','&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;priority2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dayscheck&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;use expression : count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;employee&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;-or-&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Dim: &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;dayscheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;use expression : count({level={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'priority1','&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;priority2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/SPAN&gt;}}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;employee&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787536#M1019759</guid>
      <dc:creator />
      <dc:date>2015-03-25T10:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787537#M1019760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you very much for spending lot of time for me! Its woriking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787537#M1019760</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-03-25T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me in writing expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787538#M1019761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to implement only for above conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-in-writing-expression/m-p/787538#M1019761</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-03-25T12:01:11Z</dc:date>
    </item>
  </channel>
</rss>

