Hi,
I have a class called Geography and inside it there are country, region, state, city. I need a prompt which ask user to select from 'country', 'region', 'state' and 'city'. And based on user's response, BO should generate a report like |country| # of customers| or |region|# of customer| or |state| # of customers| or |city| # of customers|. Is this doable in BO? If so, can some one tell me how to do it? I try @Select(@Prompt(..)). But BO said it is invalid.
Thanks,
Winston
I have a class called Geography and inside it there are country, region, state, city. I need a prompt which ask user to select from 'country', 'region', 'state' and 'city'. And based on user's response, BO should generate a report like |country| # of customers| or |region|# of customer| or |state| # of customers| or |city| # of customers|. Is this doable in BO? If so, can some one tell me how to do it? I try @Select(@Prompt(..)). But BO said it is invalid.
Thanks,
Winston