on 2008 Mar 20 12:22 PM
Hi All
Im using a Stock in Warehouse report as my Loading List but I can't get a report to split the warehouses on each report.
I want the report to give a complete stock in warehouse report , the report must be in per warehouse .
I dont want to select the include warehouse A001 to A001
I want to select a range and then based on the range it reads and spilts the report by warehouse code select A001 to A080
And on the report I used some formulas to take out the currency code and to round it to 2 decimals , when i run the report with out the filter it gives me an error Printing error : The operation is not supported for this data type (RTP -6716) (Field : Field_070) Method: Amount Data Type variant
Here are my Fields
Committed Stock : Field_049
Formula Round(Field_049,0)
Field No 062
Price : Field_072
Formula Amount(Field_057)
Field No 070
Total Value : Field_060
Formula Amount((Field_057*Field_049))
Thanks in advance
Request clarification before answering.
The Amount function did not work because the Price field probably has the currency symbol in front.
Try this
ToNumber(Field_057)
Or
Amount(ToNumber(Field_057))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
39 | |
7 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.