Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
im converting oracle code to Qlik script but am getting error while running this query
i have tried in bold letter script but its not loading failed with attached error .can anyone help
Based on the error, your date variables aren't getting populated or read correctly. Run in debug mode to find out exactly what's happening with those and fix the issue.
thank you is my approach is correct?
and one more doubt - in UI i need to use daterange filter start date and end date
so instead of where condition shall i use directly min(trandate) and max(trandate) in daterange filter object?
The transactions are defining the dates and are in the same time their filter-condition. Such logic could be working if there are manual set values for the first initial load.
Beside this I'm not sure if the global defined dates are the same as the in the between referenced dates - are they also global or have they a context to any key-fields? Similar - what is meant with the date-ranges? Linked weeks/months/years to the date from a calendar - or ranges in regard to the keys?
Your front-end objects don't impact your load script, so, this isn't what you're after, presumably.
There are really two viable options for this issue.
It is not very common to use the ODAG approach as usually making selections in a normal applicaiton works very well for filtering data.