I have a requirement in a webi report where I should have two filters: start date and end date and it should enable the users to filter the data based on those start and end dates. I tried to do a between prompt but the user did not like it.
Is it possible to create any custom filter in the report to give the user that ability (without using prompts)? I currently only have one date field
The dates are not going to be fixed, they will be selected by the user. Basically there is a field called PRS Month in our report, what the user wants is two dropdowns one for start date(read as month) and one for end date(month) and once he selects the values, the report should then run for that date range. Please guide me. Sorry for responding late.
Please see the attached. Bring the PRS Month to the Query Filter and use the between operator and Prompts. I hope the PRS month is an universe object. Hope this helps!
Thanks…
thanks for the response. This is what I originally did but the user is not happy. He wants it more like a drop down filter. A DD filter for Start Date and another for end date in the report.
I am not sure if you will be able to change the look and feel of the prompt screen with out breaking the underlying code.
May be using some sort of SDK it is possible. Give a search in the SDK forum as well or please wait and see if some one chip in with some more information that you are looking for.
Thanks…