Forum Discussion

MichaelTamoush's avatar
MichaelTamoush
Qrew Captain
3 years ago

Possible to Display Text only in view mode?

I know i can choose which fields to show in view mode vs edit/add mode, but can I do this directly from a formula text field. Is there any code for If(Mode=View, "DIsplay this text", Mode=Add, "DIsplay this text") etc?

------------------------------
Mike Tamoush
------------------------------

3 Replies

  • Not by formula, but if course, you can have two separate fields called 

    [Words for view mode]
    [Words for add mode]

    and then put them both on the form

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
  • You can - sort of. Formulas can have criteria that will differentiate between Add and Edit/View, but not between all three. To do this, you would setup criteria that looks at the 'Record ID#' field. If that field is 0 or Null, you're in Add mode.

    ------------------------------
    Blake Harrison
    bharrison@datablender.io
    DataBlender - Quickbase Solution Provider
    Atlanta GA
    404.800.1702 / http://datablender.io/
    ------------------------------
    • MichaelTamoush's avatar
      MichaelTamoush
      Qrew Captain
      Thanks Mark and Blake. I have used both of those techniques, just making sure I wasn't missing anything sneaky that was available natively when writing my formula.

      ------------------------------
      Mike Tamoush
      ------------------------------