Sometimes I feel like I’m beating my head against the wall when talking to tech support.
We are creating a report to compares the a students grade point average for two different terms. The user is prompted for which terms they want to compare when they run the query.
The report will have student name, term1, term2 and other things. Under term 1 is a formula that displays the the credits taken as result of the value they entered for term 1
It looks like :
= Where (=UserResponse (“Query 1 with SAO3”, “Please Enter the First Term”))
I’ve also tried
= Where (=UserResponse(DataProvider() ,“Please Enter the First Term”))
Tech support provides the textbook syntax for the UserResponse function and hasn’t provided an example of it working in with a Where clause. I would be happy to find out I’m making some simple user error. Appreciate any help or insight
Stacey Donahue
stacey@umich.edu
= Where (
We have tried it with diff parameters quoted and unquoted, differing amounts of parentheses, all possible combinations ad infinitum and we always get a syntax error.
Listserv Archives (BOB member since 2002-06-25)