Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Goal:
Display a label with a text "No. of Selected Cities: xx" based on selection in the city table. The "xx" should be replaced with number of cities.
Problem:
How should I do it based on the attached file.
A text box with:
='No. of Selected Cities: ' & GetSelectedCount(Locations)
Hope this helps,
jason
A text box with:
='No. of Selected Cities: ' & GetSelectedCount(Locations)
Hope this helps,
jason