What is the right format to compare date in BusinessObject, I tried to create a varable, similar to:
=If([Currently Open].[Incident Closed Date]>"04/30/2008";"May";"")
and
=If([Currently Open].[Incident Closed Date >04/30/2008;"May";"")
Both failed: The expression/sub-expression at position **(where ** is at 04/30/2008) uses an invalid data type. Specify a valid data type. (Error: WIS 10037)
What is right date format i should put in there?
Thanks!
=If([Currently Open].[Incident Closed Date]>"04/30/2008";"May";"")
and
=If([Currently Open].[Incident Closed Date >04/30/2008;"May";"")
Both failed: The expression/sub-expression at position **(where ** is at 04/30/2008) uses an invalid data type. Specify a valid data type. (Error: WIS 10037)
What is right date format i should put in there?
Thanks!