cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Current Date as filter in Web Intelligence?

0 Likes
1,546

I know this question (or similar) has been raised, but each one has been unique, and I think my situation is similar, albeit could be more simple?

I have a WebI document with 4 data sources, and 4 corelating tabs, one for each source. None of the data elements or data sources point to anything with a "Current_Date" or the like.

What I need is this: I have a "Created_Date" field, and this field needs to equal "Current_Date."

I have added a variable on the report for current date, and formatted it the same as my "Created_Date" field.

I am trying to find a way if I can only select records that "Created_Date" = "Current_Date"

Is there a simple solution for this? Sorry if this is bringing up old questions but this one has been puzzling me.

I cannot provide screenshots.

Thank you in advance

Jared

Accepted Solutions (0)

Answers (1)

Answers (1)

Loc
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Jared,

You can try the following:

1) create a variable that returns "True" when Created_Date = Current_Date

2) add this variable to your table in a hidden column

3) Filter the table on "True"