Hello,
I'm quite new to oscript and have the following question.
We have a webreport with a DUE DATE Column.
We want to filer this column based on a start date and an end date without prompting.
The filter value in this case is a string because it is written in the URL. after applying the filter.
For Example Filter column DATE (with Date objects in the format dd-mm-yyyy) from "18-04-2013" to "30-06-2013"
In fact we need to:
convert DATE from date object to integer
convert filter 1 from String to date object to integer
convert filter 2 from String to date object to integer
Any help is very welcome!