The below formula works where the first 2 number fields are multiplied by the 3rd string field
{cv_accomodation_segment.DURATION} * {cv_accomodation_segment.NUMBER_OF_UNITS} * $ToNumber({cv_accomodation_segment.HOTEL_NIGHTLY_RATE})
When trying to use the same 3rd field as a number field on its own
ToNumber({cv_accomodation_segment.HOTEL_NIGHTLY_RATE})
so that a summary may be calculated i receive an error??? Appreciate any comments
{cv_accomodation_segment.DURATION} * {cv_accomodation_segment.NUMBER_OF_UNITS} * $ToNumber({cv_accomodation_segment.HOTEL_NIGHTLY_RATE})
When trying to use the same 3rd field as a number field on its own
ToNumber({cv_accomodation_segment.HOTEL_NIGHTLY_RATE})
so that a summary may be calculated i receive an error??? Appreciate any comments