Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
I suggest that you do this to get the proper code
Make a URL formula field like this in order to do the URLEncoding for the last part of the URL
"https://salesstaff.quickbase.com/db/bjuz6j9xp?a=nwr&dfid=10&_fid_124=1&nexturl="
& URLEncode("... and then paste in the URL of your page that you want to go to ending in ?a=showpage&pageid=78")
That URL formula will generate the text that you need to paste into the button on the Dashboard
Make a URL formula field like this in order to do the URLEncoding for the last part of the URL
"https://salesstaff.quickbase.com/db/bjuz6j9xp?a=nwr&dfid=10&_fid_124=1&nexturl="
& URLEncode("... and then paste in the URL of your page that you want to go to ending in ?a=showpage&pageid=78")
That URL formula will generate the text that you need to paste into the button on the Dashboard