misdeveloper
Programmer
I am trying to diagnose a problem with one of my Webi reports which returns two complex measures (each containing decode statements), grouped by one dimension. When each of the measures is used on its own, they work perfectly. However, when they are used in conjunction they return the error "no data found".
When I view the SQL generated by this report, it has the format "Join (x), " where (x) and are the individual SELECT statements for the two measures.
To my knowledge "Join..." is not valid SQL syntax, so I am left to assume this is Webi's way of doing a UNION, or some other standard SQL function?
Can anyone shed any light on this 'Join' syntax, and how Webi returns distinct queries into adjacent columns, but grouped by the same dimension?
When I view the SQL generated by this report, it has the format "Join (x), " where (x) and are the individual SELECT statements for the two measures.
To my knowledge "Join..." is not valid SQL syntax, so I am left to assume this is Webi's way of doing a UNION, or some other standard SQL function?
Can anyone shed any light on this 'Join' syntax, and how Webi returns distinct queries into adjacent columns, but grouped by the same dimension?