HI,
i have a requirement to use different columns in different envirnments.Anyone suggest me best way to handle it?
EX: in same table i have Column1,Column 2,Column 3.
In dev , i should display Column1, in test i need to display column 2, in prod, i need to display Column 3 In that report
i Can't change any report manually in both test and prod env's.
i Need to handle that with logic.
i Throught of creating variable to display correspond column based on the connection pool data source.
Any one have any other best approach to handle this?