cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi all,

i am having very complicated query to be implemented in bods.

usage of sql transform is strictly prohibited in teh project.

there are several subqueries and several selfjoin etc required, please suggest how to implement this in bods.

0 Likes
View Entire Topic
former_member187605
Active Contributor

Don't start from the SQL statement, but from the logic behind it. What are the source data? What are the desired results? Once you've understood, you can easily implement that logic in a data flow.

former_member186160
Contributor
0 Likes

Hi Dirk,

thanks for the suggestion, i will check on this direction.