Hi! I'm currently checking "Conditional grant" function: In previous version - https://support.sas.com/resources/papers/proceedings15/SAS1779-2015.pdf. I was able to create permissions by using "New Permission Condition window" but in SAS Viya there is only spring expression language. So my questions are 1) How can I create conditional grant to include specific rows using Spring expression language? Example: I've got two users: "Admin" and "Developer" there is a table named "Example_1" two columns "Country" and "Name". So I want that user named "Developer" can see rows where "Country" = "USA", "Italy", "China", "Russia". 2) Is there any way to create custom report (different objects for different users)? Technical info: Viya 3.5 VA 8.4
... View more