cancel
Showing results for 
Search instead for 
Did you mean: 

Formated Search

Former Member
0 Kudos

Hi all,

In the Prodution Order form I want to do a formated search to get the Planned Quantity but it doesn't work.

My query is

SELECT $[$12.1]

If I have 1 Quantity in the Planned Quantity the result is two Squares. It doesn't work with any quantity.

How can I solve this issue?

Regards,

Augusto Silva

Accepted Solutions (1)

Accepted Solutions (1)

former_member1269712
Active Contributor
0 Kudos

Hi Augusto ,

Try this...

SELECT $[OWOR.plannedQty]

Thanks

Sachin

Answers (1)

Answers (1)

former_member206488
Active Contributor
0 Kudos

Hi,

Use Below Query:

SELECT $[OWOR.PlannedQty.Number]

Hope this will help you.

Thanks,

Neetu