AnnetteB1305
Technical User
Hello,
I have a crosstab that requires a column for dates in a particular range i.e. last 8 days even if there are no calls in those dates. I have sorted this however am getting a column at the beginning of my crosstab for all dates that are before the date specified and I need to hide this column. I can not suppress empty columns due to my requirement of showing info if there are no calls in my required range. My date formula is as follows:-
@logdate :- If date({opencall1.logdate}) >=dateadd("d",-8,CurrentDate)then date({opencall1.logdate})
Any ideas anyone please?
I have a crosstab that requires a column for dates in a particular range i.e. last 8 days even if there are no calls in those dates. I have sorted this however am getting a column at the beginning of my crosstab for all dates that are before the date specified and I need to hide this column. I can not suppress empty columns due to my requirement of showing info if there are no calls in my required range. My date formula is as follows:-
@logdate :- If date({opencall1.logdate}) >=dateadd("d",-8,CurrentDate)then date({opencall1.logdate})
Any ideas anyone please?