hcl-bot
1
hi,
i have a computed subform , with the following forumla :
@If(
TravelType=“SF” ;“Flights_Single”;
TravelType=“MF” ;“Flights_Multiple”;“”)
But if TravelType = SF or MF nothing happens ??
Both subforms “Flights_Single” & “Flights_Multiple” exist…
Any ideas ??
Thanks Rob
hcl-bot
2
Subject: web Subform problem
Rob,
On your form, does the TravelType field physically appear ahead of (come before) the SubForm?
Gary
Subject: RE: web Subform problem
hi yes…
I also put in a computed field with a value of TravelType in to check the result and the result is SF or MF … ???
R
Subject: RE: web Subform problem
What happens if you leave it as a computed subform, but just hardcode it to a single value, like:
“Flights_Multiple”
Also, do your subforms have Aliases?
Gary