cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert a constant date dimension in IDT

Former Member
0 Kudos

Hi, I want to insert a hard coded date value e.g a reporting date, which will be a base date to my report.

I can do this in webi but my requirement is to achieve this in IDT itself.

When using the function sysdate(), or to_date(.......) I am receiving this error "The query does not reference any table when attempting to build the WHERE clause. (IES 00022)"

Kindly help..date-issue.jpg

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

Right click on the table in data Foundation->add new column and place sysdate() there.After that use this newly added column in the business layer.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks !!

But I created a dimension in the business layer and then used todate() fn. and used a table for reference