Rich S Posted June 13, 2012 Posted June 13, 2012 Greets, all: I have a quick question; please refer to the first of two attached screen shots. When the portal auto-creates a new record it automatically populates the Balance column's field with the Start Quantity value (from the upper-right corner); is there a way to prevent that from happening? It could be the way I have the calculation defined; please refer to the other attachment. Would coding the calc differently solve the problem? TIA for your help! Rich
eos Posted June 13, 2012 Posted June 13, 2012 It could be the way I have the calculation defined; I can only assume from your first screenshot that you want the balance value displayed only if a value for WithdrawnReplaced has been entered. If so, then If ( not isEmpty ( WithdrawnReplaced_lxs ) ; StartingBalance_lxn + WithdrawnReplaced_lxs ) should do the trick.
Recommended Posts
This topic is 4603 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now