<?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 Protocol for creating Sense measures for easy use by Users in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25531#M1744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , does anyone have a good idea on this subject?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance some of my variables contain set analysis for Year to Date and Prior Year to Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :- Name = "vIncidentsLastYear "&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Definition Count(DISTINCT(IncidentId*Cal_YTD_LY))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I then have to explain to the user that the formula needs to be $(&lt;SPAN style="font-size: 13.3333px;"&gt;vIncidentsLastYear) which isn't very user friendly at all.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Anyone got a better solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 09:50:59 GMT</pubDate>
    <dc:creator>timsaddler</dc:creator>
    <dc:date>2018-05-14T09:50:59Z</dc:date>
    <item>
      <title>Protocol for creating Sense measures for easy use by Users</title>
      <link>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25531#M1744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , does anyone have a good idea on this subject?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance some of my variables contain set analysis for Year to Date and Prior Year to Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :- Name = "vIncidentsLastYear "&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Definition Count(DISTINCT(IncidentId*Cal_YTD_LY))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I then have to explain to the user that the formula needs to be $(&lt;SPAN style="font-size: 13.3333px;"&gt;vIncidentsLastYear) which isn't very user friendly at all.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Anyone got a better solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 09:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25531#M1744</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2018-05-14T09:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Protocol for creating Sense measures for easy use by Users</title>
      <link>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25532#M1745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use Master Items / Measures and create a new measure called &lt;STRONG&gt;IncidentsLastYear&lt;/STRONG&gt; with your definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be easy for your users to then use this directly just like a field....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 10:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25532#M1745</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-05-14T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Protocol for creating Sense measures for easy use by Users</title>
      <link>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25533#M1746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Qliksense user is the first one to want to do this - i had forgotten that measures could be master items !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nb - we are heavily orientated towards Qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 10:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25533#M1746</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2018-05-14T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Protocol for creating Sense measures for easy use by Users</title>
      <link>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25534#M1747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim, on a different note - (just providing additional info when it comes to ease of use and business user interaction) - they can also easily create time based measures and store them in the Master Items, by using the Calendar Measures feature:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just in case something like this comes up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/xXaYVi1L4YU?t=1m57s" style="font-size: 10pt;" title="https://youtu.be/xXaYVi1L4YU?t=1m57s"&gt;https://youtu.be/xXaYVi1L4YU?t=1m57s&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike T&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 12:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25534#M1747</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-05-14T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Protocol for creating Sense measures for easy use by Users</title>
      <link>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25535#M1748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;That video was very useful and i've asked our corporate Qlik people whether we can get the upgrade asap !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 12:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Protocol-for-creating-Sense-measures-for-easy-use-by-Users/m-p/25535#M1748</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2018-05-14T12:55:54Z</dc:date>
    </item>
  </channel>
</rss>

