<?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: Value Handling Variable - OtherSymbol in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522868#M438164</link>
    <description>Hi Sunny,&lt;BR /&gt;&lt;BR /&gt;Actually I met a request several weeks ago, I think if I know the "othersymbol", maybe I will try to use it.&lt;BR /&gt;Fox example, we have different countries data, like US,UK,China,Japan and so on.&lt;BR /&gt;And we have a new table now, we want to left join the new table to the fact table.&lt;BR /&gt;For new table, we may have:&lt;BR /&gt;Country, Value&lt;BR /&gt;US, 100&lt;BR /&gt;UK, 200&lt;BR /&gt;China, 300&lt;BR /&gt;&lt;BR /&gt;And for other countries, I want to give a default value like 50.&lt;BR /&gt;I think we can use the "othersymbol".&lt;BR /&gt;&lt;BR /&gt;Aiolos</description>
    <pubDate>Thu, 20 Dec 2018 08:41:32 GMT</pubDate>
    <dc:creator>uacg0009</dc:creator>
    <dc:date>2018-12-20T08:41:32Z</dc:date>
    <item>
      <title>Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522329#M437622</link>
      <description>&lt;P&gt;While browsing for something on QlikView help, I came across Value Handling Variable called OtherSymbol (&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ValueHandlingVariables/OtherSymbol.htm" target="_blank"&gt;ValueHandlingVariables/OtherSymbol&lt;/A&gt;). I tried to read the help, but not sure I understand what it is doing. Can somebody shed some light on this&lt;/P&gt;&lt;PRE&gt;SET OtherSymbol='+';

LOAD * INLINE [
X, Y
a, a
b, b
c, c
d, d
e, e
];

LOAD * INLINE [
X, Z
a, a
d, d
&lt;FONT color="#FF0000"&gt;+&lt;/FONT&gt;, c
e, e
];&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Output is this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 163px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2377iAD5D7167FF11EEB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Specifically curious on why X = e, Y = e getting repeated. This has something to the order in which the X = + row is loaded... because if I load this&lt;/P&gt;&lt;PRE&gt;SET OtherSymbol='+';

LOAD * INLINE [
    X, Y
    a, a
    b, b
    c, c
    d, d
    e, e
];

LOAD * INLINE [
    X, Z
    a, a
    d, d
    e, e
    +, c
];&lt;/PRE&gt;&lt;P&gt;I get just one row for X = e, Y = e&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 157px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2378i4611083670BA5060/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522329#M437622</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2024-11-16T21:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522367#M437630</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Firstly I want to say that I learnt a lot from your reply before in Qlikivew Community, and I really hope that one day I can be strong enough like you in Qlikview.&lt;/P&gt;&lt;P&gt;This is my first time to see the "OtherSymbol", I think it's a cool function when doing join.&lt;/P&gt;&lt;P&gt;And I tried in my desktop. I think:&lt;/P&gt;&lt;P&gt;The "+" means all values except all above values.&lt;/P&gt;&lt;P&gt;So when you put it on the third column, the "+" means (b,c,e).&lt;/P&gt;&lt;P&gt;when you put it on the last column, the "+" means (b,c).&lt;/P&gt;&lt;P&gt;I tried to put it on the first column, then I got 8 rows in the table. You can try it.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aiolos&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 03:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522367#M437630</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-12-19T03:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522463#M437642</link>
      <description>&lt;P&gt;I never used this feature before and I'm also not really sure how it worked and what might be a real use-case for it (and if it had then really significantly advantages against other ways to solve the required task - especially in regard to control that only certain values/field-values are transformed).&lt;/P&gt;&lt;P&gt;I didn't yet a testing but I think it would be useful / necessary to include a recno() into the loadings and to view the results within the tableviewer because a tablebox within the UI creates already a join and it might lead to misinterpreting. Further it might be interesting to look with fieldvalue() on the results (maybe with an additionally load/loop) to see what is really stored.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 08:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522463#M437642</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-12-19T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522544#M437645</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;what might be a real use-case for it&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is where it really got me. What can be a use case for such a thing. Where might I feel that something like this will come in handy. May be we can invite other people to seek there response on it's usage&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 11:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522544#M437645</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522547#M437646</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36751"&gt;@uacg0009&lt;/a&gt;!!.&lt;/P&gt;&lt;P&gt;I sort of get what it is doing, but I am looking to understand where will such a behavior will come in handy.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 11:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522547#M437646</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522868#M438164</link>
      <description>Hi Sunny,&lt;BR /&gt;&lt;BR /&gt;Actually I met a request several weeks ago, I think if I know the "othersymbol", maybe I will try to use it.&lt;BR /&gt;Fox example, we have different countries data, like US,UK,China,Japan and so on.&lt;BR /&gt;And we have a new table now, we want to left join the new table to the fact table.&lt;BR /&gt;For new table, we may have:&lt;BR /&gt;Country, Value&lt;BR /&gt;US, 100&lt;BR /&gt;UK, 200&lt;BR /&gt;China, 300&lt;BR /&gt;&lt;BR /&gt;And for other countries, I want to give a default value like 50.&lt;BR /&gt;I think we can use the "othersymbol".&lt;BR /&gt;&lt;BR /&gt;Aiolos</description>
      <pubDate>Thu, 20 Dec 2018 08:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1522868#M438164</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-12-20T08:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1741257#M452946</link>
      <description>&lt;P&gt;Kind of late to the party, but did anybody move forward with this? I THINK this might be usefull for missing dimension values where I could concatenate something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD * inline [
ID, Label
+, OTHER
];&lt;/LI-CODE&gt;&lt;P&gt;To any dimensional table, not caring about what are actual IDs which are in the fact table but not in dim table. Will give it a try.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 11:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1741257#M452946</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2020-09-04T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1741268#M452947</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; just found the below support article. Got the first use case seems&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000003742" target="_blank"&gt;https://support.qlik.com/articles/000003742&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 12:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/1741268#M452947</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-04T12:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Value Handling Variable - OtherSymbol</title>
      <link>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/2126298#M1224652</link>
      <description>&lt;P&gt;Old post that I came across. I NOW use OtherSymbol a lot&lt;/P&gt;
&lt;P&gt;I use it for removing Nulls (resulting from joining or associated tables).&amp;nbsp;NB I also use mapping load but OtherSymbol is easier&lt;/P&gt;
&lt;P&gt;As opposed to blank nulls when I mainly use &amp;gt;&amp;gt;&amp;gt; if(null (fieldname) &amp;gt;0, fieldname, 'asrequired') as fieldname.&lt;/P&gt;
&lt;P&gt;I usually enter this as the last script entry&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;P&gt;To add an entry(s) in the CalTCode table. For 4 fields as shown below. This will search all table where CalT_Code exists and merge / add to / concatenate this missing field value with the CalTCode table&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set OtherSymbol = +;&amp;nbsp;&lt;BR /&gt;Concatenate (CalTCode)&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;CalT_Code,Call_Catagory,CallType,CalT_Resp_Hour&lt;BR /&gt;+,NoEntryQlik,NoEntryQlik,NoEntryQlik&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;But note a post by HIC on this. In the comments on page 2&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/Finding-NULL/ba-p/1474279/page/2#comments" target="_blank" rel="noopener"&gt;Finding NULL - Page 2 - Qlik Community - 1474279&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 19:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-Handling-Variable-OtherSymbol/m-p/2126298#M1224652</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2023-10-07T19:58:26Z</dc:date>
    </item>
  </channel>
</rss>

