Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator III
Creator III

Error: Function WeekStart Doesnot Exist. In Where clause

Hi,

I am executing below script in Qliksense, to get data for previous week in table.

LOAD `help_request_id`,    

    status,

    Date(date_created,'DD-MM-YYYY') as Format_Date;

SQL SELECT `help_request_id`,

    status,

    `date_created`

FROM sdasa.HELPREQUESTS WHERE date_created >= Date(WeekStart( Today()-7)) and date_created <= Date(WeekEnd( Today()-7));

But above Script throws Error: Function WeekStart Doesnot Exist.

Regards,

Supriya

10 Replies
tamilarasu
Champion
Champion

Hi,

Sorry for the delayed response. I was busy yesterday and didn't have time to check your reply. Anyhow, Sunny is always there to help everyone.