Hi all,
I am making a crosstab report where the columns will grow based on timestamp like 1/11/2011, 1/12/2011, I need to show weekday instead of 1/11/2011 like Tuesday, for that I am using formula
So when I sort the column by timestamp its all right, but when I try to do "Tue" thing it shows on column Mon, Thurs, tue, wed.
I tried formula:---
if dayofweek (timestamp)=1 then "Sun" and so on
but everytime the thursday comes before tues.like all jumbled up. Please help.
Thanks
I am making a crosstab report where the columns will grow based on timestamp like 1/11/2011, 1/12/2011, I need to show weekday instead of 1/11/2011 like Tuesday, for that I am using formula
So when I sort the column by timestamp its all right, but when I try to do "Tue" thing it shows on column Mon, Thurs, tue, wed.
I tried formula:---
if dayofweek (timestamp)=1 then "Sun" and so on
but everytime the thursday comes before tues.like all jumbled up. Please help.
Thanks