Hi
I'm trying to change the formula below to display the format of the date depending on option returned by the paramater, which is used in a crosstab.
The formula breaks the period down to day, week or month.
Any idea's on how to change this?
select {?Interval}
case "Day" : {agentconnectiondetail.startdatetime} // would like to display Day of week "Monday" rather than 1/03/2011
case "Week" : {agentconnectiondetail.startdatetime}-dayofweek({agentconnectiondetail.startdatetime})+1 // would like to display in No of week no "8" rather than 1/03/2011
case "Month" : {agentconnectiondetail.startdatetime}-day({agentconnectiondetail.startdatetime})+1 //would like to Display month "March" rather than 1/03/2011
Thank you in advance for any feedback.
Javedi
I'm trying to change the formula below to display the format of the date depending on option returned by the paramater, which is used in a crosstab.
The formula breaks the period down to day, week or month.
Any idea's on how to change this?
select {?Interval}
case "Day" : {agentconnectiondetail.startdatetime} // would like to display Day of week "Monday" rather than 1/03/2011
case "Week" : {agentconnectiondetail.startdatetime}-dayofweek({agentconnectiondetail.startdatetime})+1 // would like to display in No of week no "8" rather than 1/03/2011
case "Month" : {agentconnectiondetail.startdatetime}-day({agentconnectiondetail.startdatetime})+1 //would like to Display month "March" rather than 1/03/2011
Thank you in advance for any feedback.
Javedi