<?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 Need help with a variant (? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1929716#M1218921</link>
    <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hi, i'm New at Qlikview, and i'm trying to simplify my code but i can't do it.For example this is my code when I load information from an excel source.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Load&lt;BR /&gt;Period,&lt;BR /&gt;[Company Code] as [CC],&lt;BR /&gt;Amount,&lt;BR /&gt;Amount * -1 as [Negative Amount],&lt;BR /&gt;&lt;EM class="_7s4syPYtk5hfUIjySXcRE"&gt;&lt;STRONG class="_12FoOEddL7j_RgMQN0SNeU"&gt;[Negative Amount] /1000 as [Neg Amount in miles]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The code write with Bold, doesn't work, probably because "[Negative Amount]" it's not recognized from the source of the excel. But I need it to work, cause i'm on more complex formulas, and I need them to look easy to understand.&amp;nbsp;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&lt;A href="https://www.yourtexasbenefits.ltd/" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;YourTexasBenefits&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Pleasee help,&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 05:05:39 GMT</pubDate>
    <dc:creator>MiguelHathaway</dc:creator>
    <dc:date>2022-05-13T05:05:39Z</dc:date>
    <item>
      <title>Need help with a variant (?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1929716#M1218921</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hi, i'm New at Qlikview, and i'm trying to simplify my code but i can't do it.For example this is my code when I load information from an excel source.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Load&lt;BR /&gt;Period,&lt;BR /&gt;[Company Code] as [CC],&lt;BR /&gt;Amount,&lt;BR /&gt;Amount * -1 as [Negative Amount],&lt;BR /&gt;&lt;EM class="_7s4syPYtk5hfUIjySXcRE"&gt;&lt;STRONG class="_12FoOEddL7j_RgMQN0SNeU"&gt;[Negative Amount] /1000 as [Neg Amount in miles]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The code write with Bold, doesn't work, probably because "[Negative Amount]" it's not recognized from the source of the excel. But I need it to work, cause i'm on more complex formulas, and I need them to look easy to understand.&amp;nbsp;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&lt;A href="https://www.yourtexasbenefits.ltd/" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;YourTexasBenefits&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Pleasee help,&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 05:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1929716#M1218921</guid>
      <dc:creator>MiguelHathaway</dc:creator>
      <dc:date>2022-05-13T05:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a variant (?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1930714#M1218961</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load *,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM class="_7s4syPYtk5hfUIjySXcRE"&gt;&lt;STRONG class="_12FoOEddL7j_RgMQN0SNeU"&gt;[Negative Amount] /1000 as [Neg Amount in miles];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Period,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Company Code] as [CC],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amount,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amount * -1 as [Negative Amount]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;From your excel;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 11:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1930714#M1218961</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-14T11:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a variant (?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1932354#M1219015</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Period,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Company Code] as [CC],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amount,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amount * -1 as [Negative Amount],&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM class="_7s4syPYtk5hfUIjySXcRE"&gt;&lt;STRONG class="_12FoOEddL7j_RgMQN0SNeU"&gt;(Amount * -1)/1000 as [Neg Amount in miles];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;From your excel;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 10:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1932354#M1219015</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2022-05-18T10:25:40Z</dc:date>
    </item>
  </channel>
</rss>

