Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello..
i've made a days-group field in edit script with this syntax :
if(weekday(mst_date)<>'Sunday' and weekday(mst_date)<>'Saturday',date(floor(mst_date/3)*3)) as threedaysgroup
and the issue that shows up is how to see start day of group and end of group?
example,
threedaysgroup | startdate | enddate
====================================
03-Jan-2010 | 01-Jan-2010 | 03-Jan-2010
06-Jan-2010 | 04-Jan-2010 | 06-Jan-2010
.
.
.
many thx...
hello Ashish..
i've tried that, and it shows no data