Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I would like to add a condition on my table, if the user logged is Qlv.xxr then only show OpEx_Category= 'TRAINING'
if(OSUser()='ORxxxE\Qlv.xxr',OpEx_Category ='TRAINING', OpEx_Category) but the result :opex category 0 or -1
Thanks for your help
i am sure the user id is correct. i tested it in an object text and put the result in the condition
If(OSUser()='ORxxxE\Qlv.xxr', If(OpEx_Category ='TRAINING',OpEx_Category), OpEx_Category)
i get all categories. could you share your qvw?
Thanks for youe help
Hi Wiem
Please find the attached file. Change the Osuser to your domain id and see whether it's working or not.