To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Benefit Fast Formula database items are not fetching values.
Summary
We are calculating enrollment amount based on hours and rate. but unable to calculate due to database items not fetching values.Content
Hi Experts,
We are calculating enrollment amount based on hours and rate. but unable to calculate due to database items not fetching values.
l_hold = ((l_hour * l_rate) * 52)/12 ----- Full fast formula is given below.
Calculation is not happening at this line. IF i hard code values for l_hour and l_rate then it is working fine. I feel these variables are not fetching the values . Please suggest/correct me if something is missing here.