0

On Choice field eliminate empty

How can I eliminate the empty on the choice field ?

8 replies

null
    • Sean
    • 1 yr ago
    • Reported - view

    Hi Rafael,

    If you already have a Formula field on your form that modifies some CSS styles you can just add this line to it.

    .choice-menu-item:first-child{display:none;}
    

    If you don't, you need to add a Formula field with this code in it.

    html("
    <style>
        .choice-menu-item:first-child{display:none;}
    </style>
    ")
    

    This will leave a space at the bottom of the menu because the other menu items have just shifted up.

    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr ago
    • Reported - view

    By setting the Required to 'yes' in the choice field setting.

    • Alan_Cooke
    • 1 yr ago
    • Reported - view

    As RoSoft says.  Empty implies not required.  If the field is Required = yes then a choice has to be made.

      • Rafael Sanchis
      • Rafael_Sanchis
      • 1 yr ago
      • Reported - view

      Alan Cooke RoSoft_Steven

      Thanks guys, and sorry or this stupid question 😞.

      Appreciate

      • Alan_Cooke
      • 1 yr ago
      • Reported - view

      Rafael I was using Ninox for close to a year before that dawned on me.  Not you asking stupid questions but me not realising Empty = not required :-)

      • Rafael Sanchis
      • Rafael_Sanchis
      • 1 yr ago
      • Reported - view

      Alan Cooke RoSoft_Steven

      Hi Again

      I have a problem, I send a mocket on the Documents table and Progress tab I have the Choice field 'Issue Type'

      With 4 options.

      Next Rev

      Rev A for Real3 Date Field

      Rev B for Real4 Date Field

      Rev 0 for Real5 Date Field

      What I need, when select RevA on Issue Type need appear the Real3 field ( on Display field only if) I place 'IssueType' = 2 but when do the same for the RevB the Real3 field disappear I need keep field visible.

    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr ago
    • Reported - view

    Rafael  Try 'IssueType' >= 2

      • Rafael Sanchis
      • Rafael_Sanchis
      • 1 yr ago
      • Reported - view

      RoSoft_Steven Yes work Steven for all Dates. 👍 Thanks

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 8Replies
  • 95Views
  • 4 Following