Forums › Cached › Customization › Reporting › Report Builder
This topic contains 11 replies, has 0 voices, and was last updated by evan_goldberg 14 years ago.
-
AuthorPosts
-
November 9, 2010 at 8:05 am #8056
NatalieLynnI have a search created and I am trying to enter a formula from the results. Example: the search pulls the Sales Order, Date, Freight Cost and Amount (shipping). I want to take Freight cost – Amount shipping and get a number. I have tried this a few times and it always tells me the formula is incorrect. Can anyone help?
Thanks
This is a cached copy. Click here to see the original post. -
November 9, 2010 at 8:08 am #8057
evan_goldbergRE: Formulas
Can you show us what you have tried?
-
November 9, 2010 at 8:11 am #8058
NatalieLynnRE: Formulas
{custbody_rposfreightcost}-{shippingamount} is equal to or greater than 0
I used a numeric formula…..this is all under criteria.
Am I doing this wrong?
-
November 9, 2010 at 8:12 am #8059
evan_goldbergRE: Formulas
That looks right to me. Is custbody_rposfreightcost a currency custom field?
-
November 9, 2010 at 8:14 am #8060
NatalieLynnRE: Formulas
I dont believe it is…I set it up and don’t remember picking that. How do I set that?
-
November 9, 2010 at 8:16 am #8061
evan_goldbergRE: Formulas
Well, if you set it up as free form text then you don’t want to change it – you will lose the data. What you can do is set up a new field that is type currency and copy the value over using a formula in a mass update. However you could leave it as free form text and change your formula to use to_number({custbody_rposfreightcost})-{shippingamount}
-
November 9, 2010 at 8:36 am #8062
K.Izer@IslandSurf.comRE: Formulas
I have a question…
You are trying to get a result… correct?
if this is your formula:
{custbody_rposfreightcost}-{shippingamount} is equal to or greater than 0
you shouldn’t have the option to set is equal to or greater than 0 when entering it as a result. You should just enter the equation part: {custbody_rposfreightcost}-{shippingamount}.
-
November 9, 2010 at 8:45 am #8063
NatalieLynnRE: Formulas
Ok I created a new field and now want to do the mass update. How do I do that?
-
November 9, 2010 at 9:22 am #8064
NatalieLynnRE: Formulas
I know where to go to do the mass update, I just dont know the exact steps once I get there. Can you tell me the steps so I can do it?
Thanks
-
November 9, 2010 at 9:46 am #8065
evan_goldbergRE: Formulas
Do a general update for the transaction type you are working with (Sales Order?). Under the fields tab, click the checkbox next to the new custom field, then enter a formula of to_number({custbody_rposfreightcost}) in the formula field.
Preview the update then run.
Thanks,
-e
-
November 9, 2010 at 10:44 am #8066
NatalieLynnRE: Formulas
It is not performing the update….Let me tell you step by step what I am doing:
Once I am at the general update (RMA) for I go to the mass update tab, then I check the box that says RPOS Freight (the new field I created) then in the formula I write to_number{custbody_rposfreightcost}
what am I missing????
-
November 9, 2010 at 6:12 pm #8067
evan_goldbergRE: Formulas
looks like you might be missing the parens around the curly braces?
-
AuthorPosts
You must be logged in to reply to this topic.