IvanWeiss
6 years agoQrew Captain
URL button not showing on reports
I am trying to create a button on a report on my resource table for each employee in my company to set them as a filter. For some reason the button is blank even though I have display as a button checked. Here is the code in case it is a code issue. Any ideas?
URLRoot() & "db/" & [_DBID_PROJECT_SOLUTIONS_REPORTING_FILTER] & "?a=API_EditRecord" &
"&rid=1" &
"&apptoken=c5gchf9bhwx6umbd2ii5zdqtb5x8" &
"&_fid_6=" & URLEncode([Email]) &
"&rdr=" & URLEncode(URLRoot() & "db/bpmjsbsnt?a=showpage&edit=1&pageid=24")
------------------------------
Ivan Weiss
------------------------------
URLRoot() & "db/" & [_DBID_PROJECT_SOLUTIONS_REPORTING_FILTER] & "?a=API_EditRecord" &
"&rid=1" &
"&apptoken=c5gchf9bhwx6umbd2ii5zdqtb5x8" &
"&_fid_6=" & URLEncode([Email]) &
"&rdr=" & URLEncode(URLRoot() & "db/bpmjsbsnt?a=showpage&edit=1&pageid=24")
------------------------------
Ivan Weiss
------------------------------