Problem of cached values when I want to run the report again

Hi all

I have a page of interactive report which run through two criteria by virtue of which start date and end date. Once I enter the valleys of the date and click on the button create, then the report appears below. My problem is, once I go back to home page back to the report page to create another report, and I see that the date values are cached report is already created with previous values. What I need is once the page is running in the first, date values must be reset.

Any advice?

Thank you

Hello

You can reset the date start and end in two ways:
1) go to the entrance of list change (i.e. the link) you are accessing the report page.
In the target section: set the property to Empty the Cache with the number of your report page.
This clears the memory cache for your report page.

(2) If you want to reset only the begin and end date elements - you will need to create a process to clear the cache
that runs when the page is loaded.
Go to the creation of process
Category: State of Session
Type: clear the Cache for the elements (POINT, POINT, POINT)
Point: when loading - before header
Enter the elements delimited by "," (example: MY_ITEM1, MY_ITEM2, MY_ITEM3)
Create processes.

I hope that helps!
Kind regards
Kiran

Tags: Database

Similar Questions

Maybe you are looking for