Options

Filtering query range for account nos

thankeshthankesh Member Posts: 170
edited 2012-07-12 in Dynamics AX
Hi,

In AX2012 report the account nos has to be filtered between 302010101..3052340000 in row definition for a specific row, using query builder datasource. I tried the following

qb8.addRange(fieldNum(MainAccount,MainAccountId)).value(queryValue(ledgerrowdefLine.AccountCriteria));

It works only if the accoutcriteria is a single account like 302010101, if the accountcriteria is 302010101..3052340000 the query range got failed to do the operation. Kindly suggest me on how to do this.
With warm regards,

Thankesh

***Learn to lead***
Sign In or Register to comment.