Non standard SQL and Standard sql data set can be linked together in BIP?
Can below requirement be achieved in data set of BIP?
- If Print Y/N = Yes, then select only the accounts where “Invoice Channel” char = “POST”
- If Print Y/N = No, then select only accounts where “Invoice Channel” char != “POST” or this char is not present
i have 5 data sets linked with each other.
If used non standard sql for one data set to achieve above , it cannot be linked to other data set.
Please help if there is any other way.