<?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 Conditionnal Master Items in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionnal-Master-Items/m-p/1288045#M859461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Calibri','sans-serif';"&gt;In the application that I'm developing, I have two scripts in order to back up information in two different labels.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;In the first script"[Book]", there are: "customer_name" as "Book cust name","Book_name"and" Book_prices ". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;In the 2nd script "[Product]", there are: "customer_name" as&amp;nbsp; "Prod cust name", "Product", "Prices". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;In each of the two scripts, I created a user name "Domaine_id" where I attribute the value 1 in my first script and the value 2 in the 2nd script.&amp;nbsp; In my application, in order to limit the creation of the master Items, I'd like to create a master Item "Customer" that would take the value from [Book] if the domain chosen is 1 is the value of [Product] if the selected field is 2. For this I have a formula as follows: if (GetFieldSelections (DOMAINE_ID) = 1, [Book cust name], [Prod cust name]).&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;This does not work, I have the value from [Book cust name] which is displayed when 1 it's selected in the Domaine&amp;nbsp; but nothing is displayed when 2 it's selected .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;To be comprehensive in my test, I tested the same condition, but instead of taking [Prod cust name] when 2 is selected in the field, I took [Book name]. by doing this test I wanted to make sure that my condition works and there everything works correctly, the list changes in my table according to the field chooses.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;So my question is: why when I do a conditional display by taking information from the same script it works and that taking information from two separate scripts, only the information script 1 is displayed, when 1 is selected in field and nothing appears when 2 is selected?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in advance for your help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Conditionnal Master Items</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionnal-Master-Items/m-p/1288045#M859461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Calibri','sans-serif';"&gt;In the application that I'm developing, I have two scripts in order to back up information in two different labels.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;In the first script"[Book]", there are: "customer_name" as "Book cust name","Book_name"and" Book_prices ". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;In the 2nd script "[Product]", there are: "customer_name" as&amp;nbsp; "Prod cust name", "Product", "Prices". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;In each of the two scripts, I created a user name "Domaine_id" where I attribute the value 1 in my first script and the value 2 in the 2nd script.&amp;nbsp; In my application, in order to limit the creation of the master Items, I'd like to create a master Item "Customer" that would take the value from [Book] if the domain chosen is 1 is the value of [Product] if the selected field is 2. For this I have a formula as follows: if (GetFieldSelections (DOMAINE_ID) = 1, [Book cust name], [Prod cust name]).&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; font-size: 12pt;"&gt;This does not work, I have the value from [Book cust name] which is displayed when 1 it's selected in the Domaine&amp;nbsp; but nothing is displayed when 2 it's selected .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;To be comprehensive in my test, I tested the same condition, but instead of taking [Prod cust name] when 2 is selected in the field, I took [Book name]. by doing this test I wanted to make sure that my condition works and there everything works correctly, the list changes in my table according to the field chooses.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;So my question is: why when I do a conditional display by taking information from the same script it works and that taking information from two separate scripts, only the information script 1 is displayed, when 1 is selected in field and nothing appears when 2 is selected?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in advance for your help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionnal-Master-Items/m-p/1288045#M859461</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionnal Master Items</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionnal-Master-Items/m-p/1288046#M859464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;It would be easier to understand your case and then help you, if you can share sample .qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 14:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionnal-Master-Items/m-p/1288046#M859464</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-21T14:06:33Z</dc:date>
    </item>
  </channel>
</rss>

