Forum Discussion
SidharthK16
4 years agoFrequent Visitor
Row Level Security
Hi All, I have some doubts on Row level Security. So, the thing is i have Operating Unit(North America, Asia Pacific, Europe, Latin America etc.) data in my Geography table. And Quarterly(Q1, Q...
- 4 years ago
IF([OU] = "Latin America" && [Quarter] = "Q4",FALSE(),TRUE())
lbendlin
4 years agoSuper User
IF([OU] = "Latin America" && [Quarter] = "Q4",FALSE(),TRUE())
- SidharthK164 years agoFrequent Visitor
Thanks buddy its working well🙂