In term of Dollar or Thousand

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)

Hi, and welcome! :bob:

Where you have I assume you really have an actual object name, correct?


Dave Rathbun :us: (BOB member since 2002-06-06)