<?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: Need help with a variant (? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1977121#M1289821</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/196463"&gt;@ayumi37&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp; provided a very good comment and you kind find more information on the preceding load here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/preceding-load.htm" target="_blank"&gt;Preceding LOAD ‒ QlikView&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 18:55:14 GMT</pubDate>
    <dc:creator>Albert_Candelario</dc:creator>
    <dc:date>2022-09-05T18:55:14Z</dc:date>
    <item>
      <title>Need help with a variant (?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1976625#M1289813</link>
      <description>&lt;P&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&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;[Negative Amount] /1000 as [Neg Amount in miles]&lt;/P&gt;
&lt;P&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.&lt;/P&gt;
&lt;P&gt;Pleasee help,&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1976625#M1289813</guid>
      <dc:creator>ayumi37</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</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/1976629#M1289817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can not use newly created field in same load. Either you have to use full field logic again or use preceding load.&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;1: using same logic for new field again&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;BR /&gt;&lt;SPAN&gt;(-1* Amount) /1000 as [Neg Amount in miles]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or using preceding load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load *,&amp;nbsp;[Negative Amount] /1000 as [Neg Amount in miles];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&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] from table;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 14:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1976629#M1289817</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2022-09-03T14:04:48Z</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/1977121#M1289821</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/196463"&gt;@ayumi37&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp; provided a very good comment and you kind find more information on the preceding load here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/preceding-load.htm" target="_blank"&gt;Preceding LOAD ‒ QlikView&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 18:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-variant/m-p/1977121#M1289821</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2022-09-05T18:55:14Z</dc:date>
    </item>
  </channel>
</rss>

