Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I have not worked much with mobile, but a work a round could be to have the mobile user see a list of the list of selections (a report) and then have a button there to launch the report.
To make the button, you would first make the <ask the user> report (which it sounds like you already have) and then make a formula URL field like this
URLRoot() & "db/" & [_DBID_TABLE_NAME_goes here] & "?a=q&qid=XX&nv=1&v0=" & urlencode([the field which has the <ask the user> answer])
Replace XX with the report ID#.
To make the button, you would first make the <ask the user> report (which it sounds like you already have) and then make a formula URL field like this
URLRoot() & "db/" & [_DBID_TABLE_NAME_goes here] & "?a=q&qid=XX&nv=1&v0=" & urlencode([the field which has the <ask the user> answer])
Replace XX with the report ID#.