Hi,
Greetings
I have a list page in Ax 2012. The list page is based on the query
The query has two datasources-Header and Line
One header can have multiple lines.
On the header level we have status field as In-Progress, Open, Closed.
I want the list page to just show the Inprogress status of header
So in the query object-ON the header table, i have put range on the status as Inprogress
However when i compile the form,refresh the query and aeverything, the status filed still shows all the status.
How can i ensure it shows only the "In progress" status