Forum Discussion

The_Reynolds_Co's avatar
The_Reynolds_Co
Qrew Member
2 years ago

Checkbox formula - IsNull URL fields

Hi everyone,

I am trying to create a checkbox formula field that should check automatically if ALL 3 URL fields are not blank (have any info loaded in those URL fields) Can I do this with a Checkbox formula field? maybe a dynamic form rule? I am assuming this could be done with Pipelines but I want to try to do it with either a Checkbox formula field or a dynamic form rule

Thanks in advance!

------------------------------
The Reynolds Company
------------------------------

1 Reply

  • MarkShnier__You's avatar
    MarkShnier__You
    Qrew #1 Challenger
    Try this

    Trim([URL 1])<>""
    and
    Trim([URL 2])<>""
    and
    Trim([URL 3])<>""

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