Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Query Extended Range Failure in AX 2009..?

$
0
0

Hi There,

I am getting an error when DAX exesuting the below code.

qbr = qbdsInventDimSalesLine.addRange(fieldNum(InventDim,configId));
   
    qbr.value(strfmt('((%1.%2 == %2) && (%1.%3 == %3) && (%1.%4 == %4))',
        qbdsInventDimItem.name(),
        fieldStr(InventDim, configId),
        fieldStr(InventDim, inventColorId),
        fieldStr(InventDim, inventSizeId)

Error :

Query Extended Range Failure :

qbdsInventDimItem.Config is not a valid datasource.field pair near Pos 33.

----

Is there any way to write the above extended query as a normal quey...to make the same logic work...?

Thanks In Advance.
Bobby

 


Viewing all articles
Browse latest Browse all 9880

Trending Articles