cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FMS is not wokring quantity * U_KG SAP B1

nikunjmehta2290
Participant
0 Likes
461

Dear all,

SELECT T1.Quantity * T1.U_KG
FROM RDR1 T1
WHERE T1.ItemCode = $[$1.ItemCode]

OR

SELECT T1.Quantity * T1.U_KG from RDR1 T1 where T1.ItemCode = $[$38.1.0]

This both FMS is not working, SAP B1, SAP Business One

Regards,

Nikunj

Accepted Solutions (0)

Answers (2)

Answers (2)

SonTran
Active Contributor

Hi,

Try this

Select $[$38.11.number] * $[$38.U_KG.number]

Hope this helps,

SonTran

PaulB1ID
Explorer
0 Likes

Hi @nikunjmehta2290 ,

Try this

SELECT $[RDR1.Quantity]*$[RDR1.U_KG]

Regards,

Paul 

Ask a Question