I am designing a report which the date field is actually a binary number. The table WM_ARTSEARCH2 was created on 12/31/03 and the data in binary field BIN goes back to 01/22/2004 which is binary # 22. I was able to create a formula:
DateValue({WM_ARTSEARCH2.BIN})+37986
which I could use as a filter when pulling data over a desired date range.
Needless to say this worked fine. However now I am trying to create a parameter field based on this field but am unable to do so because its a formula field. So I'm wondering what my options are. I would like to publish this report to a Reporting server so the user would be able to open this report based on a desired date range. They will be opening the report in BOE "Business Objects Enterprise". I believe one option is to create a command in the database expert however I'm not sure how to do this. Well I'm not sure what the sql would be. Any help would be appreciated.
-Tim
DateValue({WM_ARTSEARCH2.BIN})+37986
which I could use as a filter when pulling data over a desired date range.
Needless to say this worked fine. However now I am trying to create a parameter field based on this field but am unable to do so because its a formula field. So I'm wondering what my options are. I would like to publish this report to a Reporting server so the user would be able to open this report based on a desired date range. They will be opening the report in BOE "Business Objects Enterprise". I believe one option is to create a command in the database expert however I'm not sure how to do this. Well I'm not sure what the sql would be. Any help would be appreciated.
-Tim