<?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: Posting a question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508555#M62500</link>
    <description>&lt;P&gt;Admins are working on getting this fixed. In the mean time you can zip the .qvf file and attach it here.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Nov 2018 04:12:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-18T04:12:57Z</dc:date>
    <item>
      <title>Posting a question</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508545#M62499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wanted to post a question on the discussion board of Qlik Sense.&lt;/P&gt;&lt;P&gt;I got a qvf file and wanted to attach the file along with my question so that it would be easy for the experts to refer and provide me with a solution. Unfortunately, the new Qlik Sense discussion forum, did not allow me to attach the qvf file.&lt;/P&gt;&lt;P&gt;I was able to attach the qvf files with the old qlik sense forum and could someone help me with this issue because I want to get a clarification on my app ASAP.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508545#M62499</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2021-04-02T07:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Posting a question</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508555#M62500</link>
      <description>&lt;P&gt;Admins are working on getting this fixed. In the mean time you can zip the .qvf file and attach it here.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 04:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508555#M62500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-18T04:12:57Z</dc:date>
    </item>
    <item>
      <title>Calculate the percentage of room utlization</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508612#M62501</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This is in regards to&amp;nbsp; presenting the percentage utilization using a Gauge.&lt;/P&gt;&lt;P&gt;I have developed a small app and please find the attached qvf file&amp;nbsp; and the excel data set for the app herewith.&lt;/P&gt;&lt;P&gt;The data is around visualizing a trainee sessions&amp;nbsp; group capacity utilization for trainee staff members.&lt;/P&gt;&lt;P&gt;My question is, the pivot table I have constructed is working fine, but the&amp;nbsp; Gauge does not seems representing the correct percentage values. However, If I select an individual "session_start", it calculates the correct figures. Further, If I select multiple selection within the same "Session", it also represents the correct percentage values. Unfortunately, when I select multiple selections from different Sessions, the denominator value does not calculate the correct total "Group Capacity" values.&lt;/P&gt;&lt;P&gt;Thus, I have created two KPIs for the Trainee Numbers and for the Group Capacity for the testing purposes.&lt;/P&gt;&lt;P&gt;Appreciate a lot if someone could help me with this regards to resolve this issue.&lt;/P&gt;&lt;P&gt;Could be the use of SET analysis will do the job, but I couldn't figure it out.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Thank you Stalwar too for your solution of the zip file.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 12:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508612#M62501</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2018-11-18T12:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the percentage of room utlization</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508671#M62502</link>
      <description>&lt;P&gt;Use this expression for the Gauge:&lt;/P&gt;&lt;P&gt;=Num(&lt;BR /&gt;Avg(Aggr(Count(Grouped_Trainee_No)/Sum(DISTINCT Group_Capacity),Session_Start)),&lt;BR /&gt;'#,##0%')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 23:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508671#M62502</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2018-11-18T23:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the percentage of room utlization</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508687#M62503</link>
      <description>Hi Axn,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your reply.&lt;BR /&gt;That is something I was looking for, however despite the expression is giving me a much better percentage figure, still it is not performing the actual final result.&lt;BR /&gt;For an example, the data set got a total of 13 Trainee count and the total group capacity of 18. Thus, the overall utilization percentage should be around 72%. Instead, the expression gives an answer of 75% which is much more accurate than what I was getting.&lt;BR /&gt;Appreciate your feedback on the said query.&lt;BR /&gt;Awaiting for your reply.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Mon, 19 Nov 2018 01:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508687#M62503</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2018-11-19T01:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the percentage of room utlization</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508691#M62504</link>
      <description>&lt;P&gt;Got it !&lt;/P&gt;&lt;P&gt;This is what you need:&lt;/P&gt;&lt;P&gt;Num(&lt;BR /&gt;Count(Grouped_Trainee_No)/Sum(Aggr(Sum(DISTINCT Group_Capacity), Session_Start)) ,&lt;BR /&gt;'#,##0%')&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 02:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508691#M62504</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2018-11-19T02:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the percentage of room utlization</title>
      <link>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508697#M62505</link>
      <description>Hi Lisa,&lt;BR /&gt;Sorry for calling you as Axn, should be your organization name.&lt;BR /&gt;&lt;BR /&gt;Yes, i you are absolutely correct. Even i was thinking, if calculate the average of Group Trainee No by the Group capacity will repeat the group capacity more than what it should be.&lt;BR /&gt;&lt;BR /&gt;Fantastic. You were really helpful and I was trying number of days to get rid of this issue.&lt;BR /&gt;&lt;BR /&gt;I am really happy and should give you a big thank.&lt;BR /&gt;&lt;BR /&gt;Thank you very much again.&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2018 02:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Posting-a-question/m-p/1508697#M62505</guid>
      <dc:creator>andymanu</dc:creator>
      <dc:date>2018-11-19T02:53:58Z</dc:date>
    </item>
  </channel>
</rss>

