January 28, 200520 yr I have a field that calculates an amount based on what is in another calc field. When the one field changes the second field doesn't calculate. What am I doing wrong?
January 28, 200520 yr Is it a calculation or a number with an auto-enter calculation result? If it's the latter, make sure you deselect 'do not replace existing value for field' in the auto-enter options.
January 28, 200520 yr Does the calculation include only local fields or related ones also? Does it refresh if you enter find mode, then enter browse mode, or move to another record and return to the original one?
January 28, 200520 yr Author Here is what I have, The "Recipe LI::Servings_Converted" field changes when I change Recipes::Servings_Converted. Also the "Recipe_LI::z_Fat_Calories_Recipe" Changes but the "Recipe_LI::z_Fat_Calories_Servings" does not "Recipe_LI::Servings_Converted": If( IsEmpty(Recipes::Servings_Converted); Recipes::Servings_Entered; Recipes::Servings_Converted ) "Recipes::Servings_Converted": Case( not IsEmpty(Servings_Converted); S4HU_EventScript(Get(FileName); "CONVERT / ENTER RECIPE" ; "" ) & Servings_Converted) "Recipe LI::z_Fat_Calories_Servings": z_Fat_Calories_Recipe / Servings_Converted
January 28, 200520 yr Try Case( not IsEmpty(Servings_Converted); Servings_Converted & S4HU_EventScript(Get(FileName); "CONVERT / ENTER RECIPE" ; "" )
Create an account or sign in to comment