<?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: Calculated field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514173#M36654</link>
    <description>&lt;P&gt;My data is loaded through data manager so the script is automatically generated, I'll try the above solution today/tomorrow and get back at you guys. I'll try to put script after auto generated locked one, to see if it will work.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Nov 2018 11:36:58 GMT</pubDate>
    <dc:creator>dario_frimel</dc:creator>
    <dc:date>2018-11-29T11:36:58Z</dc:date>
    <item>
      <title>Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513713#M36587</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My recent inquires here led me to change my data model and do some changes in tables, I have used calculated fields to simply add some columns that I required for associations. Anyway, I am currently experiencing issue that tables are not being updated from data source which is live SQL database, and each time I load data it goes loading, creating search indexes and goes without errors but nothing gets updated. I am wondering if calculated field prevents tables from updating from source?&lt;/P&gt;&lt;P&gt;Any input on this is highly welcome, thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513713#M36587</guid>
      <dc:creator>dario_frimel</dc:creator>
      <dc:date>2024-11-16T21:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513731#M36591</link>
      <description>&lt;P&gt;You may want to consider using the preceding load in your Data load editor to create the calculated fields that you need.&amp;nbsp; If you need to use Dimensions from different tables, best to JOIN tables and use the Resident load to make calculated fields available.&amp;nbsp; No matter which way you do this, make sure to write LOAD *,&amp;nbsp; &amp;nbsp;first to make sure that you are continuing to have the rest of the fields available to you.&amp;nbsp; Good luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;ProductName - Discount as LineSalesAmount&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; OrderID,&amp;nbsp; Sales,&amp;nbsp; ProductName,&amp;nbsp; Discount&lt;/P&gt;&lt;P&gt;FROM [ServerName].TableName&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 15:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513731#M36591</guid>
      <dc:creator>CathyRDuvall</dc:creator>
      <dc:date>2018-11-28T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513766#M36603</link>
      <description>If this worked, please show it as Answered or whatever the new version is calling it. Thanks.</description>
      <pubDate>Wed, 28 Nov 2018 16:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513766#M36603</guid>
      <dc:creator>CathyRDuvall</dc:creator>
      <dc:date>2018-11-28T16:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513998#M36638</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/53898"&gt;@dario_frimel&lt;/a&gt;&amp;nbsp;wrote: I am wondering if calculated field prevents tables from updating from source?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No. But i suggest you post your load script code.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 06:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1513998#M36638</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-11-29T06:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514173#M36654</link>
      <description>&lt;P&gt;My data is loaded through data manager so the script is automatically generated, I'll try the above solution today/tomorrow and get back at you guys. I'll try to put script after auto generated locked one, to see if it will work.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 11:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514173#M36654</guid>
      <dc:creator>dario_frimel</dc:creator>
      <dc:date>2018-11-29T11:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514309#M36664</link>
      <description>I would suggest that you unlock the automatically generated code. Open page which says auto generated and press the lock at the top right hand side. This will allow you to edit the code.</description>
      <pubDate>Thu, 29 Nov 2018 14:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514309#M36664</guid>
      <dc:creator>CathyRDuvall</dc:creator>
      <dc:date>2018-11-29T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514316#M36665</link>
      <description>Wouldn't that cause my associations in data manager to be lost?</description>
      <pubDate>Thu, 29 Nov 2018 14:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514316#M36665</guid>
      <dc:creator>dario_frimel</dc:creator>
      <dc:date>2018-11-29T14:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514322#M36666</link>
      <description>No. After you unlock the auto generated code you can save it and then go to Data Model and press "Sychronize scripted tables" at the bottom of the screen. Save and Load Data.&lt;BR /&gt;Then go back to Data Editor and add the preceding code.</description>
      <pubDate>Thu, 29 Nov 2018 14:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514322#M36666</guid>
      <dc:creator>CathyRDuvall</dc:creator>
      <dc:date>2018-11-29T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514325#M36667</link>
      <description>So sorry... please follow the directions above to load data in the Data Editor from now on, not the Data Model.</description>
      <pubDate>Thu, 29 Nov 2018 14:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculated-field/m-p/1514325#M36667</guid>
      <dc:creator>CathyRDuvall</dc:creator>
      <dc:date>2018-11-29T14:35:41Z</dc:date>
    </item>
  </channel>
</rss>

