Hi All,
I have a requirement as similar to below.
In webi report console, user will select the input date.
I want to display report for how many students have joined in a college in that particular date. show the results at 1hour frequency. say suppose,
i select 10th May. result should be x members at 9am, y members at 10am till 4pm for the selected date.
here i cannot use =,!=,<=,>=,<,>,<> conditions in query panel as the exact matching timing may not be available in database. so take a input from user then check in database for the display.
any idea to achieve this would be much appreciated.