Tools: Information Design Tool (UNX universe)
DB: SAP HANA
In the universe, we have a filter on a ID field (join on itself that ID>0).
When I create a WebI report including 2 objects from different tables and SQL generated is like that (See picture attached).
When I run this SQL, it returns me all values, even those that are equal to 0.
For testing I set limit that ID=1. The same effect. It returns all values.
However, when I write a WHERE condition it returns the right value (See picture attached).
Did you have similar experience?