RE: In customization report Indian GST values not displaying
Hi Mohammed Hafeez,
If this is permission related, then you will need to create a specific privilege for menu item of this report. And then assign the this privilege to the roles you willing them to view.
Otherwise, this customized report can only viewed by SYSTEM ADMIN by default.
If this is logic related please refer to below comments:
When you are saying this receipt note report, and you customized GST on this report, did you created a separate report design for this purpose or you just added one "Textbox" and use hide/show to control this textbox?
If you created a separate report for this purpose, then you will need to add a criteria on the SSRS report name calling base on the role/legal entity you willing to displayed.
If you just added a "textbox" element on original report for hide and show, then you will need have a condition for this element itself.
My suggestion for this element control is that, you added a true/false (Yes/no) field for this report data source table, and then find our the current role/ legal entity is to hide or show the GST and given value to this new field in SSRS process class logic.
Then under this element, you simply add hide/show condition by yes or no base on this new added field value will be much easier than writing a complex condition that VB expression is not able to handle.
Hope above information helps
Thank you.