<?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: Extract values in special fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536000#M38657</link>
    <description>Not 100 % clear. i am assuming you get x (in the 2^x) from your data.&lt;BR /&gt;Did you try creating a map and applymap for blue/orange thing</description>
    <pubDate>Mon, 28 Jan 2019 14:49:29 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-01-28T14:49:29Z</dc:date>
    <item>
      <title>Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1535992#M38655</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need your help to manage special case found.&lt;/P&gt;&lt;P&gt;In database my field store numbers like 1, 2, 33, 1027.....&lt;/P&gt;&lt;P&gt;In fact, each 2^x represent specific value.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;2^0=1 --&amp;gt; blue car&lt;/P&gt;&lt;P&gt;2^1=2 --&amp;gt; red car&lt;/P&gt;&lt;P&gt;2^2=4 --&amp;gt; orange car&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;For a customer, this field stores any cars they have. If they have a blue car, value is simple: 1. If a customer have 2 cars, the value is the sum of the two values (example: 6 for a red and orange car). I have lots of combination so it seems impossible to create a pick/match function.&lt;/P&gt;&lt;P&gt;Do you have any idea to extract each single result (cars) in this example please ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Regis&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1535992#M38655</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2024-11-16T06:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536000#M38657</link>
      <description>Not 100 % clear. i am assuming you get x (in the 2^x) from your data.&lt;BR /&gt;Did you try creating a map and applymap for blue/orange thing</description>
      <pubDate>Mon, 28 Jan 2019 14:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536000#M38657</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-01-28T14:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536002#M38658</link>
      <description>&lt;P&gt;So, if a customer has a value of 4... does it mean that he has&amp;nbsp; 3 cars (2 blue and 1 red) or 2 cars (2 red) or 1 car (1 orange)? if the value is summed, how will you differentiate?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 14:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536002#M38658</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-28T14:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536031#M38659</link>
      <description>&lt;P&gt;that's not possible with map/applymap because when 2 values summed in the field the maping can't match each individual values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;red car =1&lt;/P&gt;&lt;P&gt;blue car=2&lt;/P&gt;&lt;P&gt;myfield value is 3 and i need to retrieve the two values&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536031#M38659</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2019-01-28T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536035#M38661</link>
      <description>Sunny_talwar, thanks for your help&lt;BR /&gt;Hopefully we only have an value maximum by type&lt;BR /&gt;If we have 3 cars there's only 1 of each color&lt;BR /&gt;For this example: 3 cars (red=2^0=1, orange=2^1=2, green=2^2=4) my fiedl value will be 4+2+1=7&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536035#M38661</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2019-01-28T15:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536037#M38662</link>
      <description>&lt;P&gt;Are you saying that you would know in advance how many cars each one of them have?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536037#M38662</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-28T15:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536038#M38663</link>
      <description>In fact, with the field value, I need to extract which car the person have&lt;BR /&gt;value 7 -&amp;gt; 3 cars: 1 red, 1 orange, 1 green&lt;BR /&gt;value 1 -&amp;gt; 1 car: 1 red&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536038#M38663</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2019-01-28T15:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536045#M38664</link>
      <description>&lt;P&gt;But value 7 can also mean 4 cars = 1 orange and 3 blue cars, isn't it?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536045#M38664</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-28T15:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536046#M38665</link>
      <description>&lt;P&gt;I guess if I see a value, how do I know what makes it up... is it 4+2+1 or is it 4+1+1+1 or 2+2+2+1 or 2+1+1+1+1+1?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536046#M38665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-28T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536048#M38666</link>
      <description>Hopefully not &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Only 1 color by car in a field line</description>
      <pubDate>Mon, 28 Jan 2019 15:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536048#M38666</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2019-01-28T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536052#M38667</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34787"&gt;@mostal75&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hopefully not &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Only 1 color by car in a field line&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hopefully not? What are you saying? I am not sure I follow your question and your data well enough... can you share an image of your data to help us understand what you have?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536052#M38667</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-28T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536106#M38677</link>
      <description>&lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/Operators/BitOperators.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/Operators/BitOperators.htm&lt;/A&gt;&lt;BR /&gt;Think this may be what you're looking for.&lt;BR /&gt;in your example: 7 bitand 2 = 1&lt;BR /&gt;and 6 bitand 1 = 0&lt;BR /&gt;This would allow you to test your total value to see if the specific color bit it set.</description>
      <pubDate>Mon, 28 Jan 2019 17:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536106#M38677</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2019-01-28T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536156#M38685</link>
      <description>thanks a lot&lt;BR /&gt;I have a look and keep you in touch&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 28 Jan 2019 19:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536156#M38685</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2019-01-28T19:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract values in special fields</title>
      <link>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536500#M38711</link>
      <description>Sounds grenat&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Tue, 29 Jan 2019 12:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extract-values-in-special-fields/m-p/1536500#M38711</guid>
      <dc:creator>mostal75</dc:creator>
      <dc:date>2019-01-29T12:35:05Z</dc:date>
    </item>
  </channel>
</rss>

