Forum Discussion

QuickbaseAdmin1's avatar
QuickbaseAdmin1
Qrew Trainee
5 months ago

IFV in a report query URL

Where does the 'ifv=1' parameter go in a report query formula URL, such as the one below?

URLRoot() & "db/" & "XXXXXX" & "?a=q&qt=tab&dvqid=X&query=({'10'.EX.[Request ID]})&clist=48.41.15.26.4.30"

  • I don't think that Quickbase is sensitive to any of the parameters which follow the ?

    so this should work.  You'll notice in the syntax that all of the parameters are preceded by  &.  The identification of the parameter will follow the  & and then any values required for that perimeter will follow.  

    URLRoot() & "db/" & "XXXXXX" & "?a=q&qt=tab&dvqid=X&query=({'10'.EX.[Request ID]})&clist=48.41.15.26.4.30" & "&ifv=1"