I added a @prompt in the select clause like
Select Sum(Value)/@Prompt(‘In term of Dollar or Thousand ?’, ‘N’, {‘1’, ‘1000’}, MONO, FREE) )
When I click “refresh data”,
user can select 1/1000 and the result is ok
I would like to ask, how can I display the user’s response.
I try this but dont’ work
=UserResponse (DataProvider() , “In term of Dollar or Thousand ?”)
Simon (BOB member since 2004-07-28)