I need some help in AX...
I am creating an X++ report in AX2012, and one of the criteria/report range is the DimensionFinancialTag.Value field. Now, the DimensionFinancialTag table contains all values for all dimensions. I need only to show values for a certain dimension. I already have the query/script in filtering the values. But I don't know how to limit the values that will be populated once the user click the range field of the report. The behavior is somehome the same at lookup field, but I am not sure how to do it in X++ report criteria/Range field.
For now, the workaround that I have, is to have a table which holds the filtered value. And that table is the one that I use in report datasource. But I think this is not a bestpractice solution in this problem.
Any thoughts will be a big help.
Thanks.