<?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: Dimension should be changed based dynamically how in Qliksense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653972#M48859</link>
    <description>&lt;P&gt;The above Expressions are fine&amp;nbsp;&lt;/P&gt;&lt;P&gt;But here we are using FieldIndex() Function so whatever the values we are passing as parameters all should have the values don't pass null or Zero , without values parameters , if we can pass like that (null values ) then the FieldIndex()&amp;nbsp;function doesn't generate any value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ForEXample: Country i have passed as a parameter but it doesn't have any values that is the reason it will not generate the values.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 09:29:06 GMT</pubDate>
    <dc:creator>narayanaqlik</dc:creator>
    <dc:date>2019-12-04T09:29:06Z</dc:date>
    <item>
      <title>Dimension should be changed based dynamically how in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1652838#M48755</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i am using dynamic dimensions in my charts of Pie chart, Bar chart, Line chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please any one guide me here&lt;/P&gt;&lt;P&gt;I am using like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;varEntitySelection=GetFieldSelections(EntityLevel) ,(EntityLevel has contain Project, Country, Vendor, Trial)&lt;/P&gt;&lt;P&gt;Pick(1 + FieldIndex('FieldName',$(varEntitySelection)),Default Dimension(ProjectName), ProjectName, CountryName, VendorName,TrialName)&lt;/P&gt;&lt;P&gt;here all dimensions doesnot have values as of now but ProjectName, SupplierName, TrialName have the values but t is not pickupping the respective dimension value&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Pie chart dsplaying error like "The chart is not displayed because it contains negative or zero values"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give the good expression or how to approach here&lt;/P&gt;&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 11:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1652838#M48755</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2019-11-30T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension should be changed based dynamically how in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653139#M48785</link>
      <description>&lt;P&gt;Would you be able to share a sample where we can see the issue?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 13:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653139#M48785</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-02T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension should be changed based dynamically how in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653192#M48790</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dimension : =Pick(1 + FieldIndex('EntityLevel',$(varEntitySelection)),PRI_STATUS_NAME1,PRI_STATUS_NAME1,CRI_STATUS_NAME1,SUPPLIER_ISSUE.STATUS_NAME,Trial_STATUS_NAME)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expression : Pick(1+ FieldIndex('EntityLevel',$(varEntitySelection)),&lt;BR /&gt;Pick(1 + FieldIndex('Type',$(varTypeSelection)),Count({&amp;lt;PRI_TYPE={"*"}&amp;gt;}PRI_ID),Count({&amp;lt;PRI_TYPE={"RISK"}&amp;gt;}PRI_ID),Count({&amp;lt;PRI_TYPE={"ISSUE"}&amp;gt;}PRI_ID),Count({&amp;lt;PRI_TYPE={"*"}&amp;gt;}PRI_ID)),&lt;BR /&gt;Pick(1 + FieldIndex('Type',$(varTypeSelection)),Count({&amp;lt;PRI_TYPE={"*"}&amp;gt;}PRI_ID),Count({&amp;lt;PRI_TYPE={"RISK"}&amp;gt;}PRI_ID),Count({&amp;lt;PRI_TYPE={"ISSUE"}&amp;gt;}PRI_ID),Count({&amp;lt;PRI_TYPE={"*"}&amp;gt;}PRI_ID)),&lt;BR /&gt;Pick(1 + FieldIndex('Type',$(varTypeSelection)),Count({&amp;lt;CRI_TYPE={"*"}&amp;gt;}COUNTRY_RISK_ISSUE_ID),Count({&amp;lt;CRI_TYPE={"RISK"}&amp;gt;}COUNTRY_RISK_ISSUE_ID),Count({&amp;lt;CRI_TYPE={"ISSUE"}&amp;gt;}COUNTRY_RISK_ISSUE_ID),Count({&amp;lt;CRI_TYPE={"*"}&amp;gt;}COUNTRY_RISK_ISSUE_ID)),&lt;BR /&gt;Pick(1 + FieldIndex('Type',$(varTypeSelection)),Count({&amp;lt;SUPPLIER_ISSUE.TYPE={"*"}&amp;gt;}EDO_SUPPLIER_ISSUE_ID),Count({&amp;lt;SUPPLIER_ISSUE.TYPE={"RISK"}&amp;gt;}EDO_SUPPLIER_ISSUE_ID),Count({&amp;lt;SUPPLIER_ISSUE.TYPE={"ISSUE"}&amp;gt;}EDO_SUPPLIER_ISSUE_ID),Count({&amp;lt;SUPPLIER_ISSUE.TYPE={"*"}&amp;gt;}EDO_SUPPLIER_ISSUE_ID)),&lt;BR /&gt;Pick(1 + FieldIndex('Type',$(varTypeSelection)),Count({&amp;lt;[TYPE]={"*"}&amp;gt;}TRIAL_RISK.ID),Count({&amp;lt;[TYPE]={"RISK"}&amp;gt;}TRIAL_RISK.ID),Count({&amp;lt;[TYPE]={"ISSUE"}&amp;gt;}TRIAL_RISK.ID),Count({&amp;lt;[TYPE]={"*"}&amp;gt;}TRIAL_RISK.ID))&lt;BR /&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks Sunny for your response&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here i am using one inline field for filtering purpose&amp;nbsp;i.e "EntityLevel" values are, Project, Country,Supplier,Trial&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;varEntitySelection=GetFieldSelections(EntityLevel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;varTypeSelection=GetFieldSelections(Type); Type:Risks, Issues,Both&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so When we click on the one entity it should display bydefault both or entitylevel and Risks or Issues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PRI_STATUS_NAME1,CRI_STATUS_NAME1.. all these are Dimensions for corresponding selections of entitys&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please give good Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 15:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653192#M48790</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2019-12-02T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension should be changed based dynamically how in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653202#M48791</link>
      <description>&lt;P&gt;I don't think I am able to understand.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 15:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653202#M48791</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-02T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension should be changed based dynamically how in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653416#M48818</link>
      <description>&lt;P&gt;Thanks Sunny for reply,&lt;/P&gt;&lt;P&gt;Here i have 5 categories i need to display all 5 categories over all data in first page, it should be dynamically changed based on selections&amp;nbsp;&lt;/P&gt;&lt;P&gt;here i have created one listbox by taking all 5 categories in that listbox. for that here i have created 5 pie charts and Gauge charts one chart foe each and place in a container object to display based on the Category selection. by default should show on category(Project)&lt;/P&gt;&lt;P&gt;But my client don't want use that many object like one object for one category, use one object and place all the Expressions and Dimensions in the same single object based on the selections Expressions and Dimensions should be changed but use Qlik functions not IF statements.&lt;/P&gt;&lt;P&gt;for that i have used Pick and FieldIndex functions&amp;nbsp;&lt;/P&gt;&lt;P&gt;varEntitySelection=GetFieldSelections(EntityLevel).&lt;/P&gt;&lt;P&gt;Expression:Pick(1 + FieldIndex('EntityFieldName',$(varEntitySelection) ),'Others(DefaultExpression)','ProjectExpression','CountryExpression','SupplierExpression','Trial Expression')&lt;/P&gt;&lt;P&gt;Note: Expressions are not mentioned in quotes&lt;/P&gt;&lt;P&gt;Dimention: Pick(1 + FieldIndex(EntityFieldName,$(varEntitySelection)),ProjectDimension,ProjectDimension,CountryDimension,SupplierDimension,TrialDimention)&lt;/P&gt;&lt;P&gt;So i am using this but here Dimentions are not pickuping properly , When i mention two dimentions then it is working fine when i mention all dimensions it is not working here Country dimension doesn't have any values as of now&lt;/P&gt;&lt;P&gt;I think you will get my point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 06:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653416#M48818</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2019-12-03T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension should be changed based dynamically how in Qliksense?</title>
      <link>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653972#M48859</link>
      <description>&lt;P&gt;The above Expressions are fine&amp;nbsp;&lt;/P&gt;&lt;P&gt;But here we are using FieldIndex() Function so whatever the values we are passing as parameters all should have the values don't pass null or Zero , without values parameters , if we can pass like that (null values ) then the FieldIndex()&amp;nbsp;function doesn't generate any value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ForEXample: Country i have passed as a parameter but it doesn't have any values that is the reason it will not generate the values.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dimension-should-be-changed-based-dynamically-how-in-Qliksense/m-p/1653972#M48859</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2019-12-04T09:29:06Z</dc:date>
    </item>
  </channel>
</rss>

