<?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 Qlik Sense Dev Hub Documentation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dev-Hub-Documentation/m-p/1571379#M41641</link>
    <description>&lt;P&gt;I was trying to figure out why the documentation link from Dev-Hub environment it's not working:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://rd-docloc.rdlund.qliktech.com/RC/it-IT/sense/February2019/csh/client/scriptsyntax.Rand" target="_blank" rel="noopener"&gt;http://rd-docloc.rdlund.qliktech.com/RC/it-IT/sense/February2019/csh/client/scriptsyntax.Rand&lt;/A&gt;,&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it was moved to another domain?&lt;/P&gt;&lt;P&gt;I am using an old script in Dev-Hub (Desktop Free Version) to generate a random data-set, but apparently some functions are obsolete.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part from my code:&lt;/P&gt;&lt;PRE&gt;  Let vOrderDate = $(vStartDate) + Floor(Rand() * $(vNumDays)) + ((9/24) + (Rand()/3));
  // Calculate a random freight amount
  Let vFreight = Round(Rand() * 100, 0.01);
  // Create the header record
  OrderHeader:
  Load
    'A' &amp;amp; $(i) As OrderID,
    $(vOrderDate) As OrderDate,&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Unexpected token: 'OrderDate', expected one of: ',', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'or', ...: OrderHeader: Load 'A' &amp;amp; 1 As OrderID, As &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;OrderDate&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;, As CustomerID, As EmployeeID, 2,18 As Freight AutoGenerate(1)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:02:37 GMT</pubDate>
    <dc:creator>alexandru_raileanu</dc:creator>
    <dc:date>2024-11-16T06:02:37Z</dc:date>
    <item>
      <title>Qlik Sense Dev Hub Documentation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dev-Hub-Documentation/m-p/1571379#M41641</link>
      <description>&lt;P&gt;I was trying to figure out why the documentation link from Dev-Hub environment it's not working:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://rd-docloc.rdlund.qliktech.com/RC/it-IT/sense/February2019/csh/client/scriptsyntax.Rand" target="_blank" rel="noopener"&gt;http://rd-docloc.rdlund.qliktech.com/RC/it-IT/sense/February2019/csh/client/scriptsyntax.Rand&lt;/A&gt;,&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it was moved to another domain?&lt;/P&gt;&lt;P&gt;I am using an old script in Dev-Hub (Desktop Free Version) to generate a random data-set, but apparently some functions are obsolete.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part from my code:&lt;/P&gt;&lt;PRE&gt;  Let vOrderDate = $(vStartDate) + Floor(Rand() * $(vNumDays)) + ((9/24) + (Rand()/3));
  // Calculate a random freight amount
  Let vFreight = Round(Rand() * 100, 0.01);
  // Create the header record
  OrderHeader:
  Load
    'A' &amp;amp; $(i) As OrderID,
    $(vOrderDate) As OrderDate,&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Unexpected token: 'OrderDate', expected one of: ',', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'or', ...: OrderHeader: Load 'A' &amp;amp; 1 As OrderID, As &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;OrderDate&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;, As CustomerID, As EmployeeID, 2,18 As Freight AutoGenerate(1)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dev-Hub-Documentation/m-p/1571379#M41641</guid>
      <dc:creator>alexandru_raileanu</dc:creator>
      <dc:date>2024-11-16T06:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Dev Hub Documentation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dev-Hub-Documentation/m-p/1572751#M41744</link>
      <description>&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;Sorry you were facing this issue.&lt;BR /&gt;We reported this issue as a bug, and it has been fixed in Qlik Sense February 2019 Patch 2. If you install Patch 2, that should resolve this issue with the link to help.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Please reference &lt;A title="Article 000069980" href="https://support.qlik.com/articles/000069980" target="_blank" rel="noopener"&gt;Article 000069980&lt;/A&gt; for more details.&lt;BR /&gt;Let us know if this resolves your issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;-Ken&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 13:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Dev-Hub-Documentation/m-p/1572751#M41744</guid>
      <dc:creator>Ken_Thomas</dc:creator>
      <dc:date>2019-04-24T13:25:53Z</dc:date>
    </item>
  </channel>
</rss>

