Discussion
Last activity: 30 Jun 2017 9:19 EDT
Report Definition Custom section filters help
HI,
I have created Report Definition and used one custom section for filtering options.(in custom section i put from date and to date and other criteria) when click apply filters button soem results will be displayed based on filter criteria, when i click on clear filters button, criteria values reset to default values but results stream will be reloaded again, it will not be hiding when i click on clear filters button. how can wdo it to hide this results display body when we click on clear filters button?
No, Not able to change it. calendar icon not opening 2nd time.
Have you tried removing the pagelist that populates with your results from the Data Transform or Activity you are using to clear the filters?
Another issue you may have is that the search criteria and the results are in two different sections. When you click on the Clear Filters it is simply refreshing the top section and not the bottom section.
i changed my calendar control to the old one to fix this issue
Hi Griffith
Can you eloberate what you changed caleder control to the old one?
In this same scenarion, how can i set Enroll From and Enroll To date to some default value(Previous business date and current date) in Report Definition itself? I dont want to show custom section and in filter condition only i need to set default date? So when i run the report automaticcaly report results will be shown.
@TigerWood99. I changed the pxDateTime control to the DateTime-Calendar (deprecated control)
@VENKAT1252 set the filter value as Yesterday for Enroll From and Today for Enroll To date fields.
If we set it to Yesterday, will it check only for Business days?
Ex: I am running the report on Monday, so yesterday is Sunday which is a Holiday. Here will it check for Business day? So when i run report on Monday, yesterday should be Last Friday and should not be Sunday.
Please let me know on this. Thank You
I am not sure on that. You may have to check on other options
OOTB activities takes Today as input and convert into date time with GMT format.it uses issymbolicdate to check valid time period eg Today and call more function for conversion.both these function does take calendar input...so it will not consider business days I hope.
Hi TigerWood99,
Can you please explain how you gave Custom Filter condition. I have added the section , but unable to get a logic to display the RD based on the filter provided. The requirment is same filtering it by From and To Date.
It would be helpfull if you can explain it.
Thanks,
Amar.
Are you able to change the date second time?