<?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: Getting semantic error at calendar  and unable to reload Qlik Sense application in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514870#M105590</link>
    <description>&lt;P&gt;Thanks for your response Vegar.&lt;/P&gt;&lt;P&gt;Yes you are right external qvs file not reading properly. I used Must_Include getting error qvs file not reading .&lt;/P&gt;&lt;P&gt;path storing in variable so what next i have to do to fix this thanks for you help&lt;/P&gt;</description>
    <pubDate>Sat, 19 Apr 2025 06:01:10 GMT</pubDate>
    <dc:creator>nagarjuna005</dc:creator>
    <dc:date>2025-04-19T06:01:10Z</dc:date>
    <item>
      <title>Getting semantic error at calendar  and unable to reload Qlik Sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514848#M105581</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Dashboard reloaded till Apr 6th Successfully and from Apr 7th its failing.&lt;/P&gt;&lt;P&gt;getting below error while reloading the app .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarjuna005_0-1744991374559.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179722i07D7E213E1DB5F6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarjuna005_0-1744991374559.png" alt="nagarjuna005_0-1744991374559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;using CALL function to get dynamic master calendar&amp;nbsp; so kindly check and help on this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 15:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514848#M105581</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2025-04-18T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting semantic error at calendar  and unable to reload Qlik Sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514855#M105586</link>
      <description>&lt;P&gt;If you're getting a "semantic error" on this call line it means that the subroutine definition was not found in the script. The subroutine would be defined by the line&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SUB weqan.Calendar(...)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and must appear in the script before the Call statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 17:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514855#M105586</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-04-18T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting semantic error at calendar  and unable to reload Qlik Sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514861#M105587</link>
      <description>&lt;P&gt;Thanks for your response Rob.&lt;/P&gt;&lt;P&gt;the&amp;nbsp;&lt;SPAN&gt;weqan.Calendar is working as expected for all other applications, only for one app getting this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in case SUB is not there it should not work for other apps right ? please advise&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 18:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514861#M105587</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2025-04-18T18:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting semantic error at calendar  and unable to reload Qlik Sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514868#M105589</link>
      <description>&lt;P&gt;Please make sure that your SUB is available.&lt;/P&gt;&lt;P&gt;You say it is working for other apps, so i assume you are pulling it into your script using an external qvs file and a "include" statement(?)&lt;/P&gt;&lt;P&gt;Please verify that the qvs file is being read.You can do that changing your&amp;nbsp;$(Include=filename)&amp;nbsp;into&amp;nbsp;$(&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/Include.htm" target="_self"&gt;Must_Include&lt;/A&gt;=filename), that will generate an error if the file is not found.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 05:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514868#M105589</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-04-19T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting semantic error at calendar  and unable to reload Qlik Sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514870#M105590</link>
      <description>&lt;P&gt;Thanks for your response Vegar.&lt;/P&gt;&lt;P&gt;Yes you are right external qvs file not reading properly. I used Must_Include getting error qvs file not reading .&lt;/P&gt;&lt;P&gt;path storing in variable so what next i have to do to fix this thanks for you help&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 06:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514870#M105590</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2025-04-19T06:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting semantic error at calendar  and unable to reload Qlik Sense application</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514872#M105592</link>
      <description>&lt;P&gt;Thanks for your help problem is with qvs file is not reading and i have changes the variable its working now Thanks once again&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 07:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-semantic-error-at-calendar-and-unable-to-reload-Qlik/m-p/2514872#M105592</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2025-04-19T07:33:48Z</dc:date>
    </item>
  </channel>
</rss>

