Forum Discussion

8 Replies

  • There is no way around that limit.  The only option is to carefully review each form rule and see if you can re-write it in a way which does not "use up" a derived field.  A derived field is one which is a formula or a lookup, basically one that is not a simple data entry field.

    In some cases, you may be able to have a more complex formula fieldbut fewer of them use in the form rules.  For example, if a form rule depends on two formula fields, and you can combine those two fields into a single field by formula for the purpose of a form rule.
  • >Is there any way to get around this limit?

    Use script and you will not hit these arbitrary limits.
    • PaulVorster1's avatar
      PaulVorster1
      Qrew Cadet
      Can you provide some examples, or assist in how you processed scripts?
    • _anomDiebolt_'s avatar
      _anomDiebolt_
      Qrew Elite
      Ask a new question and include a description of exactly what behavior you want irrespective of the limitation on the number of derived fields.

      In a nutshell we would use jQuery to detect various events you want to respond to and in reaction to these events emulate in code the user clicking of the section to toggle the visibility:

      $("#sect_s1Header span.sectionTitle").click();

      This approach is the least invasive of the QuickBase code since we are not directly manipulating the visibility of DOM elements but rather emulating user input.

      This approach can detect a much wider set of events then are hardcoded into the QuickBase form rules.
    • BenjaminLarrabe's avatar
      BenjaminLarrabe
      Qrew Cadet
      Hi Dan, I'm confident you can help me on a similar issue here :)

      I have two fields on a form, that if changed, need to pop up a message (display message in form rules) and then require a specific field. This needs to happen if either or both fields change. Right now I'm using a webhook to push the current value of the field into another 'check' field, so that when the record is edited next time, the current and 'check' values won't match, causing the form rule to fire. However, I'm running into the max limit on derived fields due to all the other rules the client has in place. I'm happy to provide further info as needed. Thanks in advance Dan!
  • I don't know how to do that. Can you point me in the right direction? All I'm looking to do is show specific sections when it is a specific task. I have about 15 different scenarios for this.
  • Just to pile on some since you discuss limits, I have put in feedback, yes generic sounding, but specific to the entire QB program.  There are way too many QB imposed limits that don't need to be there.  Please follow this User Feedback link and vote to try and get QB to remove all the arbitrary limits they have imposed.
    https://quickbase.uservoice.com/forums/111823-quick-base-product-feedback/suggestions/20014867-remove-arbitrary-limits-imposed-in-the-software

    Thanks.