Forum Discussion
reddy6400
6 years agoFrequent Visitor
Dynamic Row Level Security-with Distinct Location ID
Hi All, Please suggest how to implement Dynamic Row Level Security for my below scenario. I have 2 tables.One is main report data table(sales by Location) and 2nd table is Location table. My 2n...
reddy6400
6 years agoFrequent Visitor
Sorry,Data in SALES_BY_LOCATION has same multiple Location ID's.
I have mutile Location ID's in both the tables(many to many).
I have to get distinct Location ID from Table 2 and join to table1.
reddy6400
6 years agoFrequent Visitor
- nandukrishnavs6 years agoCommunity Champion
What is the error message?
if your location id and sales combination is repeating, you can select both column and remove duplicate. If the sales values are different, then you can group by location id. (Edit Query)
- reddy64006 years agoFrequent Visitor
- nandukrishnavs6 years agoCommunity Champion
Click on see details, and see what is the error message.