How to write visibility condition on a particular column in Report definition ?
@MalepatiM Property “.pyHide” is responsible for the visibility of a column in RD. You can either check the check box available after clicking the gear icon present to the left where you add columns. If you have a requirement to programmatically control the visibility set the “pyHide” in a Data transform
@Animesh Thank you