<?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: 1 variable with 2 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973619#M1220657</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187411"&gt;@LearnFreak&lt;/a&gt;&amp;nbsp;then in that case you can use inline load, something like below:&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Customer_name&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;YYYY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 13:52:57 GMT</pubDate>
    <dc:creator>sidhiq91</dc:creator>
    <dc:date>2022-08-26T13:52:57Z</dc:date>
    <item>
      <title>1 variable with 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973591#M1220652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to put 2 different values for 1 variable in the LoadScript of a report.&lt;/P&gt;
&lt;P&gt;I am using the syntax with let -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LET Customer_name&amp;nbsp; ='XXXX';&lt;/P&gt;
&lt;P&gt;LET Customer_name&amp;nbsp; ='YYYY';&lt;/P&gt;
&lt;P&gt;But when I load data, I have data only for one customer but not the second one as well.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 13:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973591#M1220652</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-08-26T13:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: 1 variable with 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973598#M1220653</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187411"&gt;@LearnFreak&lt;/a&gt;&amp;nbsp;Why under one same name? cant we use 2 different variables? And how are you planning to use them in the script?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 13:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973598#M1220653</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-08-26T13:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: 1 variable with 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973601#M1220654</link>
      <description>&lt;P&gt;I want to load data only for those 2 customers....&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 13:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973601#M1220654</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-08-26T13:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: 1 variable with 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973619#M1220657</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187411"&gt;@LearnFreak&lt;/a&gt;&amp;nbsp;then in that case you can use inline load, something like below:&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Customer_name&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;YYYY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 13:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973619#M1220657</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-08-26T13:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: 1 variable with 2 values</title>
      <link>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973621#M1220658</link>
      <description>&lt;P&gt;I tried another way and it worked...&lt;/P&gt;
&lt;P&gt;I created 2 variables variable 1 and variable 2 and in the Load statement I used OR for both variables and it loaded data perfectly well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 13:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/1-variable-with-2-values/m-p/1973621#M1220658</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-08-26T13:55:02Z</dc:date>
    </item>
  </channel>
</rss>

