Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I am trying to work out an Only function with the use of some variables instead of fields
the idea is to get the population when one selects the city and the age group
the fields are
City, <14, 15-24, 25-34, etc
and the variables are vCity and vAge,
so the user selects the city and the age group and they should get the population as a result of this function:
only({<City=vCity>} vAge), apparently this is not correct,
thanx!
Yes,
QV way is always the best way,
thank you for your comment!