0

Mass Data Updates

How do you do a mass update of a referenced field? I have a column that references another table and would like to set the selected rows to a particular value from that table.

6 replies

null
    • Birger_H
    • 6 yrs ago
    • Reported - view
    Hello,
    in the "Mass Data Updates" window you'll find the reference field among your data fields. Select "Calculated Value" for this one. Say you want refences to the fifth record in the other table. Find out the ID of that record. Lets say its 5, too.
    So you set the "Calculated value" to 5.
    Greetings
    Birger - Ninox Support
    • klancaster
    • 6 yrs ago
    • Reported - view
    Perfect! Thanks!
    • Filippo
    • 6 yrs ago
    • Reported - view
    in a Calculated field date (days unpaid from invoice) some records have DATE+TIME, and others only DATE, how can I have all of them with only DATE?
    • Frank_Bohmer
    • 6 yrs ago
    • Reported - view
    Hi Filippo,
    the best way to calculate a date difference in days is:

    days('Due Date', today())

    Best regards
    Frank
    • dave
    • 5 yrs ago
    • Reported - view

    I'd like to use the Mass Update feature to change the value in a CHOICE field if two numeric fields are equal.

    So, if A=B, then set the value of CHOICE FIELD to one of four pre-defined values.

    I have the first part of the statement figured out but can't find how to change the value of the CHOICE field. Any thoughts?

    • Birger_H
    • 5 yrs ago
    • Reported - view

    Have a look at a choice field. See that each entry has a unique number. Use this to allocate values:

    Screen Shot 2018-05-01 at 16.22.22,619

    1 will result in "first"

    2 in "other"

    3 in "second"

    ...

    Birger

Content aside

  • 5 yrs agoLast active
  • 6Replies
  • 2860Views