June 13, 201213 yr 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
June 13, 201213 yr 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.
Create an account or sign in to comment