Hi,
We have developed code to count number of lines for specific values. e.g. Number of protocols having value 'Protocol1'.
Select count(protocol) from X where X.protocol == 'Protocol1'.
This works in AX 2012 is fine but it is giving error that Protocol should be numeric value in AX 7.
Any function is changes in AX 7 for same? Or is there any other method to count same?
Regards,
Smit
*This post is locked for comments