Forum Discussion

manoharvankired's avatar
manoharvankired
Qrew Trainee
2 years ago

How to Hide API button when user clicks on the same button

If(Contains([Status] , "Start Task")," ",
URLRoot() & "db/" & [_DBID_INPROGRESS] & "?a=API_EditRecord&apptoken=dpvtvtrbuvtrjjd5ydp38bccn9np&rid=" & [Record ID#] & "&_fid_45=" & URLEncode("Start Task") & "&_fid_6=" & Now() & "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_INPROGRESS] & "?act=dr&rid=" & [Record ID#]) 
)

I'm using above formula for hiding the API button but it is not hiding please find the screenshots



------------------------------
manohar vankireddy
------------------------------

1 Reply

  • :)  easy, just change

    If(Contains([Status] , "Start Task")," ",

     to

    If(Contains([Status] , "Start Task"),"",

    you want the quotes to be empty inside.



    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------