<?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: QAA - Transform List function -&amp;gt; List Contains in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910726#M469</link>
    <description>&lt;P&gt;no there seems to be a bug/glitch there - I had to turn of formula parsing and show raw input, copy another row where i could refer to transformList and then turn on formula parsing and raw input and then i could work with the GUI again. I thought it was just a glitch for me so i didn't mentioned it.&lt;/P&gt;
&lt;P&gt;It works fine as long as i dont run the automation, as soon as the ListUsers block has been run i cannot - GUI wise - select fields from in from my TransformList block.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 15:40:03 GMT</pubDate>
    <dc:creator>blaise</dc:creator>
    <dc:date>2022-03-28T15:40:03Z</dc:date>
    <item>
      <title>QAA - Transform List function -&gt; List Contains</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910670#M465</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there must be something I'm overlooking &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;. I have a simple QAA where I'm trying to read the main information about Qlik users.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaMajka1_0-1648477685013.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75496i25732E9D59B7B727/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JaMajka1_0-1648477685013.png" alt="JaMajka1_0-1648477685013.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In the Transform List I can easily read name, e-mail, etc. However, for the Roles list, I want to create separate binary fields (Developer, SharedSpaceCreator, ...).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaMajka1_1-1648477746221.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75497i25624D48DFDE5272/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JaMajka1_1-1648477746221.png" alt="JaMajka1_1-1648477746221.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, I used the formula with the function List contains. However, it always returns me the "False" output. I tried to specify Developer as a string and as you see on the screenshot also as a variable containing string. Still the negative output (even if the role is there).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaMajka1_2-1648477867467.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75498i2D705A22B37952E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JaMajka1_2-1648477867467.png" alt="JaMajka1_2-1648477867467.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any ideas about what needs to be changed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Maria&amp;nbsp;&lt;SPAN&gt;∞&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910670#M465</guid>
      <dc:creator>JaMajka1</dc:creator>
      <dc:date>2022-03-28T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: QAA - Transform List function -&gt; List Contains</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910688#M466</link>
      <description>&lt;P&gt;I think you need to implode() the roles fields before&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910688#M466</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2022-03-28T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: QAA - Transform List function -&gt; List Contains</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910700#M467</link>
      <description>&lt;P&gt;you can actually do this directly in the transform list, just use a if() together with a "list contains";&lt;/P&gt;
&lt;P&gt;"tenantAdmin": "{if: {$.transformList.item.roles} inList 'TenantAdmin', 1, 0}"&lt;/P&gt;
&lt;P&gt;or as GUI;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="blaise_0-1648479878338.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75504iE89FA3D2DC675755/image-size/medium?v=v2&amp;amp;px=400" role="button" title="blaise_0-1648479878338.png" alt="blaise_0-1648479878338.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Edit node: added my test QAA as an exported json&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910700#M467</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2022-03-28T15:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: QAA - Transform List function -&gt; List Contains</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910713#M468</link>
      <description>&lt;P&gt;Thanks for the reply. Hmmm... when I'm clicking through the GUI, I don't have the option for the Transform List to refer to the Transform List itself. Do you have it there?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910713#M468</guid>
      <dc:creator>JaMajka1</dc:creator>
      <dc:date>2022-03-28T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: QAA - Transform List function -&gt; List Contains</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910726#M469</link>
      <description>&lt;P&gt;no there seems to be a bug/glitch there - I had to turn of formula parsing and show raw input, copy another row where i could refer to transformList and then turn on formula parsing and raw input and then i could work with the GUI again. I thought it was just a glitch for me so i didn't mentioned it.&lt;/P&gt;
&lt;P&gt;It works fine as long as i dont run the automation, as soon as the ListUsers block has been run i cannot - GUI wise - select fields from in from my TransformList block.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910726#M469</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2022-03-28T15:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: QAA - Transform List function -&gt; List Contains</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910736#M470</link>
      <description>&lt;P&gt;Same here,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6053"&gt;@blaise&lt;/a&gt;&amp;nbsp;. So hopefully, they'll fix it soon :). In the meantime, thank you very much for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Transform-List-function-gt-List-Contains/m-p/1910736#M470</guid>
      <dc:creator>JaMajka1</dc:creator>
      <dc:date>2022-03-28T15:48:34Z</dc:date>
    </item>
  </channel>
</rss>

