Hi,
I am designing a simple report, where the value of a particular column is same for All Fields...(Example, Let the column name be gender, all values of gender column is 'Male')...I want to display that value at the top of the Report. How to do that in Dynamics Ax....
Best Regards:
Azami
*This post is locked for comments
I have the same question (0)hii Azami ,
I am not so much experienced but i think this is simple as you can use display method to show the gender in your report body. take a global variable for gender and show it by a display method in your report body. After that You have to use the fetch method of your report where override your base query of the report and sort it by gender. and then pass the first value of gender to that particular variable and then pass blank string until your gender value is not getting changed.
Thanks and regards
chinmay mishra