infinitizon
MIS
Hi all, I just resumed work again after a short leave and was welcomed with a new report.
Here's it:
Users should be able to select a range of date (which I've already implemented and works fine).
Now, the issue is:
We dont work on Weekends and also the last friday of the month is the last company month. I've been trying to exclude this days from the selection, but its giving me heart-aches.
Currently I have a date parameter {?Date} with default value 1/1/1753 00:00:00 and description "All" which is set to choose range values.
In my selection criteria, I did:
(
if {?Date} = datetime('1753/01/01 00:00:00') then
{useWipByAgeReport.Last Posting Date} in datetime('1753/01/01 00:00:00') to datetime('2999/12/31 12:59:59')
else
{useWipByAgeReport.Last Posting Date} in {?Date}
)
...
Then I went blank.
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.
Here's it:
Users should be able to select a range of date (which I've already implemented and works fine).
Now, the issue is:
We dont work on Weekends and also the last friday of the month is the last company month. I've been trying to exclude this days from the selection, but its giving me heart-aches.
Currently I have a date parameter {?Date} with default value 1/1/1753 00:00:00 and description "All" which is set to choose range values.
In my selection criteria, I did:
(
if {?Date} = datetime('1753/01/01 00:00:00') then
{useWipByAgeReport.Last Posting Date} in datetime('1753/01/01 00:00:00') to datetime('2999/12/31 12:59:59')
else
{useWipByAgeReport.Last Posting Date} in {?Date}
)
...
Then I went blank.
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.