HI
When I try to create a report with time stamp in query filter , not even getting data even the date and time exists in database.
Below Is the detailed analysis.
1. created a webi report with timestamp objects.
2. Apply query filter on timestamp object.
3. when I check In auto generated sql it only pick date part from the query filter but not timestamp.
4. Because of the above issue we are not getting expected results.
Webi Auto Generated SQL
Select Table.row_eff_ts
From Table
WHERE
Table.row_eff_ts IN ( {d '2015-09-17'} )
It picks only date part but not entire timestamp. But I need entire timestamp in WHERE clause. Please, suggest me a solution