user357206
user357206

Reputation: 87

Excluding records from one table depending of other entries from same table

I got following problem:

I have to correct a report in AX 4.0, which is created with the standard report-framework of AX and I don´t want to rework the whole report for this.

How can I set up the Datasources, so records from Table_A, which have the same Value in Field_A as other records from Table_A have in Field_B, are both not displayed anymore?

I´m driving crazy right now, because I haven´t found any solution for this, while it seems not that complicated.

Upvotes: 0

Views: 101

Answers (1)

j.a.estevan
j.a.estevan

Reputation: 3097

You should work on the Query associated to the report datasource. But it's difficult to give a more accurate tip without knowing more information about the problem.

Upvotes: 0

Related Questions