Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can you help me with this script issue?

Hello Experts,

I have the below in my script but its not working?

CONNECT TO $(StrConnMonthly);

$(Include=ScriptFiles\Calendar.qvs)

JOIN (calendar)
LOAD DISTINCT
*,
if(date >= monthStart(addmonths('$(vStaticDate)', -2)) and date <= '$(vStaticDate)',date(date, 'DD MMM')) as date_slider
RESIDENT
calendar;

SET vCurrentDateDashboard = 0;

I get a message, cannot find field calendar... But I am sure there is a table within the Calendar.qvs script with that same name.

Anyhelp, Thanks in advance.

1 Solution

Accepted Solutions
Not applicable
Author

Hello Shay,

I figured out the issue I had with that. Actually I dint had the script file folder in the same folder as my QVWs hence it was not showing any relevant error message for the script file itself and I was confused because of this. Anyways its fixed now and Thanks again for your attempt to help.

Mady

View solution in original post

2 Replies
Anonymous
Not applicable
Author

It may be a simple thing like the table in the QVS is called Calendar rather than calendar i only mention this as you do not seem 100% certain the table in there.

Not applicable
Author

Hello Shay,

I figured out the issue I had with that. Actually I dint had the script file folder in the same folder as my QVWs hence it was not showing any relevant error message for the script file itself and I was confused because of this. Anyways its fixed now and Thanks again for your attempt to help.

Mady