<?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 Optimizing Qliksense Pick and Match Expression for Pivot Table which ahs drill down in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Optimizing-Qliksense-Pick-and-Match-Expression-for-Pivot-Table/m-p/1803564#M65244</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need an help on optimizing the Pick and match conditional expression which is taking time to load the pivot table once the drill down is selected.&lt;/P&gt;&lt;P&gt;here is the code for it&lt;/P&gt;&lt;P&gt;pick(Match(Dimensionality(),4,8,9),&lt;BR /&gt;if(Match([Level6 Monthly Operator],'0.00') and Match([Level6 Monthly Ultimate limit],'NA'),'No',&lt;BR /&gt;if(Match([Level6 Monthly Operator],'0.00','AND','OR') and not Match([Level6 Monthly Ultimate limit],'NA') and Column(vVarcol)&amp;gt;[Level6 Monthly Ultimate limit],'Yes',&lt;BR /&gt;if(Match([Level6 Monthly Operator],'AND') and Column(vVarcol)&amp;gt;[Level6 Monthly Amount limit] and Round(Column(vVarpercentage)*100,2)&amp;gt;[Level6 Monthly Percentage limit],'Yes',&lt;BR /&gt;if(Match([Level6 Monthly Operator],'OR') and (Column(vVarcol)&amp;gt;[Level6 Monthly Amount limit] or Round(Column(vVarpercentage)*100,2)&amp;gt;[Level6 Monthly Percentage limit]),'Yes','No')))),&lt;BR /&gt;if(Match([Level10 Monthly Operator],'0.00') and Match([Level10 Monthly Ultimate limit],'NA'),'No',&lt;BR /&gt;if(Match([Level10 Monthly Operator],'0.00','AND','OR') and not Match([Level10 Monthly Ultimate limit],'NA') and Column(vVarcol)&amp;gt;[Level10 Monthly Ultimate limit],'Yes',&lt;BR /&gt;if(Match([Level10 Monthly Operator],'AND') and Column(vVarcol)&amp;gt;[Level10 Monthly Amount limit] and Round(Column(vVarpercentage)*100,2)&amp;gt;[Level10 Monthly Percentage limit],'Yes',&lt;BR /&gt;if(Match([Level10 Monthly Operator],'OR') and (Column(vVarcol)&amp;gt;[Level10 Monthly Amount limit] or Round(Column(vVarpercentage)*100,2)&amp;gt;[Level10 Monthly Percentage limit]),'Yes','No')))),&lt;BR /&gt;if(Match([GL Account Monthly Operator],'0.00') and Match([GL Account Monthly Ultimate limit],'NA'),'No',&lt;BR /&gt;if(Match([GL Account Monthly Operator],'0.00','AND','OR') and not Match([GL Account Monthly Ultimate limit],'NA') and Column(vVarcol)&amp;gt;[GL Account Monthly Ultimate limit],'Yes',&lt;BR /&gt;if(Match([GL Account Monthly Operator],'AND') and Column(vVarcol)&amp;gt;[GL Account Monthly Amount limit]and Round(Column(vVarpercentage)*100,2)&amp;gt;[GL Account Monthly Percentage limit],'Yes',&lt;BR /&gt;if(Match([GL Account Monthly Operator],'OR') and (Column(vVarcol)&amp;gt;[GL Account Monthly Amount limit] or Round(Column(vVarpercentage)*100,2)&amp;gt;[GL Account Monthly Percentage limit]),'Yes','No')))))&lt;/P&gt;&lt;P&gt;its a calculated condition by using the dimensionality for particular drilldown i need to display Yes or No value. as soon as i select the level in dimension my pivot table visualization takes time to display . i need to optimize this so that it wont take time to display the table when selected the value in drilldown.&lt;/P&gt;&lt;P&gt;got an input from someone on validating the else condition first and then incrementing the if condition with applying +1 for rest . i did not get how exactly it is. can someone help me in this&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 21:56:36 GMT</pubDate>
    <dc:creator>Sachin96</dc:creator>
    <dc:date>2021-12-21T21:56:36Z</dc:date>
    <item>
      <title>Optimizing Qliksense Pick and Match Expression for Pivot Table which ahs drill down</title>
      <link>https://community.qlik.com/t5/App-Development/Optimizing-Qliksense-Pick-and-Match-Expression-for-Pivot-Table/m-p/1803564#M65244</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need an help on optimizing the Pick and match conditional expression which is taking time to load the pivot table once the drill down is selected.&lt;/P&gt;&lt;P&gt;here is the code for it&lt;/P&gt;&lt;P&gt;pick(Match(Dimensionality(),4,8,9),&lt;BR /&gt;if(Match([Level6 Monthly Operator],'0.00') and Match([Level6 Monthly Ultimate limit],'NA'),'No',&lt;BR /&gt;if(Match([Level6 Monthly Operator],'0.00','AND','OR') and not Match([Level6 Monthly Ultimate limit],'NA') and Column(vVarcol)&amp;gt;[Level6 Monthly Ultimate limit],'Yes',&lt;BR /&gt;if(Match([Level6 Monthly Operator],'AND') and Column(vVarcol)&amp;gt;[Level6 Monthly Amount limit] and Round(Column(vVarpercentage)*100,2)&amp;gt;[Level6 Monthly Percentage limit],'Yes',&lt;BR /&gt;if(Match([Level6 Monthly Operator],'OR') and (Column(vVarcol)&amp;gt;[Level6 Monthly Amount limit] or Round(Column(vVarpercentage)*100,2)&amp;gt;[Level6 Monthly Percentage limit]),'Yes','No')))),&lt;BR /&gt;if(Match([Level10 Monthly Operator],'0.00') and Match([Level10 Monthly Ultimate limit],'NA'),'No',&lt;BR /&gt;if(Match([Level10 Monthly Operator],'0.00','AND','OR') and not Match([Level10 Monthly Ultimate limit],'NA') and Column(vVarcol)&amp;gt;[Level10 Monthly Ultimate limit],'Yes',&lt;BR /&gt;if(Match([Level10 Monthly Operator],'AND') and Column(vVarcol)&amp;gt;[Level10 Monthly Amount limit] and Round(Column(vVarpercentage)*100,2)&amp;gt;[Level10 Monthly Percentage limit],'Yes',&lt;BR /&gt;if(Match([Level10 Monthly Operator],'OR') and (Column(vVarcol)&amp;gt;[Level10 Monthly Amount limit] or Round(Column(vVarpercentage)*100,2)&amp;gt;[Level10 Monthly Percentage limit]),'Yes','No')))),&lt;BR /&gt;if(Match([GL Account Monthly Operator],'0.00') and Match([GL Account Monthly Ultimate limit],'NA'),'No',&lt;BR /&gt;if(Match([GL Account Monthly Operator],'0.00','AND','OR') and not Match([GL Account Monthly Ultimate limit],'NA') and Column(vVarcol)&amp;gt;[GL Account Monthly Ultimate limit],'Yes',&lt;BR /&gt;if(Match([GL Account Monthly Operator],'AND') and Column(vVarcol)&amp;gt;[GL Account Monthly Amount limit]and Round(Column(vVarpercentage)*100,2)&amp;gt;[GL Account Monthly Percentage limit],'Yes',&lt;BR /&gt;if(Match([GL Account Monthly Operator],'OR') and (Column(vVarcol)&amp;gt;[GL Account Monthly Amount limit] or Round(Column(vVarpercentage)*100,2)&amp;gt;[GL Account Monthly Percentage limit]),'Yes','No')))))&lt;/P&gt;&lt;P&gt;its a calculated condition by using the dimensionality for particular drilldown i need to display Yes or No value. as soon as i select the level in dimension my pivot table visualization takes time to display . i need to optimize this so that it wont take time to display the table when selected the value in drilldown.&lt;/P&gt;&lt;P&gt;got an input from someone on validating the else condition first and then incrementing the if condition with applying +1 for rest . i did not get how exactly it is. can someone help me in this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 21:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Optimizing-Qliksense-Pick-and-Match-Expression-for-Pivot-Table/m-p/1803564#M65244</guid>
      <dc:creator>Sachin96</dc:creator>
      <dc:date>2021-12-21T21:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing Qliksense Pick and Match Expression for Pivot Table which ahs drill down</title>
      <link>https://community.qlik.com/t5/App-Development/Optimizing-Qliksense-Pick-and-Match-Expression-for-Pivot-Table/m-p/1805438#M65470</link>
      <description>&lt;P&gt;Okie, so i have got partial solution for this. Actually issue was with Dimension which had Hiphens in different drill down level. So when i selected that drilldown which had Hiphens, it used to take time to display the values, i have deleted those columns now , anyhow the values for those columns wer hiphens aswell,&lt;/P&gt;&lt;P&gt;so my question now is ther any way other then deleting the column we can remove the hiphen values. suppress null or do not show null values are not working. and i have asked the team to give data for those columns so that we can check if the table still takes time to load with actual data&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 13:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Optimizing-Qliksense-Pick-and-Match-Expression-for-Pivot-Table/m-p/1805438#M65470</guid>
      <dc:creator>Sachin96</dc:creator>
      <dc:date>2021-05-05T13:07:43Z</dc:date>
    </item>
  </channel>
</rss>

