<?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: Options to make visualizations load fast in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824304#M67666</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp; - Thanks for the suggestion!&lt;/P&gt;&lt;P&gt;Currently, all the items inside valuelist are individual fields from the backend.&lt;/P&gt;&lt;P&gt;Will try adding a custom field like you mentioned or use a crosstable to flip the dataset and let you know the output if there is no possible way to implement this on the interface/visualization level itself.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Jul 2021 15:12:31 GMT</pubDate>
    <dc:creator>osse_aam</dc:creator>
    <dc:date>2021-07-24T15:12:31Z</dc:date>
    <item>
      <title>Options to make visualizations load fast</title>
      <link>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824225#M67646</link>
      <description>&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;I am using the following expression as a measure while designing a bar graph.&lt;/P&gt;&lt;P&gt;The result is as expected but the visualization is taking some time to load up on selections(understandable as there are many conditions in the expression). Is there any other simple/effective way to achieve this so that the performance wouldn't be low.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Students with Disabilities',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[SWD Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[SWD Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='At-Risk',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[At-Risk]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[At-Risk]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='English Learner',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[English Learner Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[English Learner Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='CFSA',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},CFSA={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},CFSA={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Homeless',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[Homeless Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[Homeless Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Military Connected',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[Military Connected Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[Military Connected Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Migrant Status',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[Migrant Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},[Migrant Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Gender(Male)',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},Gender={'Male'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},Gender={'Male'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Gender(Female)',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},Gender={'Female'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},Gender={'Female'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])=0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Gender(Non-binary)',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},Gender={'Non-binary'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'},Gender={'Non-binary'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'},[School Year]={'2020-2021'}&amp;gt;} distinct USI)),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Students with Disabilities',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[SWD Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[SWD Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='At-Risk',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[At-Risk]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[At-Risk]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='English Learner',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[English Learner Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[English Learner Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='CFSA',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[CFSA]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[CFSA]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Homeless',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[Homeless Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[Homeless Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Military Connected',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[Military Connected Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[Military Connected Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Migrant Status',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},[Migrant Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},[Migrant Status]={'YES'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Gender(Male)',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},Gender={'Male'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},Gender={'Male'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Gender(Female)',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},Gender={'Female'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},Gender={'Female'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)),&lt;BR /&gt;if(getselectedcount([School Year])&amp;lt;&amp;gt;0 and valuelist('At-Risk','CFSA','English Learner','Homeless','Migrant Status','Military Connected','Students with Disabilities'&lt;BR /&gt;,'Gender(Male)','Gender(Female)','Gender(Non-binary)')&lt;BR /&gt;='Gender(Non-binary)',&lt;BR /&gt;if(Count({&amp;lt;[Type]={'Current'},Gender={'Non-binary'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;BR /&gt;Count({&amp;lt;[Type]={'Current'},Gender={'Non-binary'}&amp;gt;} distinct USI)&lt;BR /&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI))&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;))))))))))&lt;BR /&gt;))))))))))&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 19:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824225#M67646</guid>
      <dc:creator>osse_aam</dc:creator>
      <dc:date>2021-07-23T19:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Options to make visualizations load fast</title>
      <link>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824247#M67649</link>
      <description>&lt;P&gt;I think your general approach is unwieldy. Here's what I would change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Don't use ValueList.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Create a new field "Category" and populate with the ValueList items ('At-Risk', 'CFSA', etc) for each USI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then your chart becomes:&lt;/P&gt;&lt;P&gt;Dimension: &lt;FONT face="courier new,courier"&gt;Category&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Measure:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;if(Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} TOTAL distinct USI)&amp;lt;0.001,'&amp;lt;0.1%',&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Count({&amp;lt;[Type]={'Current'}&amp;gt;} distinct USI)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;/Count({&amp;lt;[Type]={'Current'}&amp;gt;} TOTAL distinct USI))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 20:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824247#M67649</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-07-23T20:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Options to make visualizations load fast</title>
      <link>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824304#M67666</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp; - Thanks for the suggestion!&lt;/P&gt;&lt;P&gt;Currently, all the items inside valuelist are individual fields from the backend.&lt;/P&gt;&lt;P&gt;Will try adding a custom field like you mentioned or use a crosstable to flip the dataset and let you know the output if there is no possible way to implement this on the interface/visualization level itself.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 15:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Options-to-make-visualizations-load-fast/m-p/1824304#M67666</guid>
      <dc:creator>osse_aam</dc:creator>
      <dc:date>2021-07-24T15:12:31Z</dc:date>
    </item>
  </channel>
</rss>

