Submitted by David_H on 2009/01/06 00:12
I have a grid with 3 columns for fields with yes/no values.  Is there any way to make it so that as I enter an item into that grid it automatically puts a checkmark in all 3 columns (as it does for the defaul field for the grid), and then I could uncheck one of them if I wanted.

Comments

Yup:
  1. To have this autoassignment in this grid only: Grid properties > Data > Auto assign the following fields : enter the list of fields.
  2. To have this autoassignment always enforced (all grid, properties pane, etc): the grid source field > properties > equations > autoassign rules: enter:

David_H

2009/01/06 00:22

In reply to by Pierre_Admin

Jeez, this thing is just AMAZING!

David_H

2009/01/06 02:26

In reply to by Pierre_Admin

[quote=Pierre_Admin]
To have this autoassignment in this grid only: Grid properties > Data > Auto assign the following fields : enter the list of fields.[/quote]
Can you give me an example of how this should be entered?  I've tried it several ways to no avail, have also closed and reopened the grid each time in case that was the issue.  In fact, even if I use the drop down menu and let the program do it and select only one field, it still doesn't auto-fill it.  Let's say I have two fields named "Test" and "Remote".  How would I type them in and separate them?

Tom

2009/01/06 04:47

In reply to by David_H

it says to type a "comma seperated list"
I tried
Inbox,ToDo
no spaces - that didnt work even after restart...

David_H

2009/01/06 05:44

In reply to by Tom

Thanks, yep, I tried that, and a bunch of other stuff.  I also noticed that if you use the drop down sometimes (seemingly at random) it puts [brackets] around the field.  So I tried that too with and without commas with no luck.  But as I said, I even tried only one field with and without brackets and that would not work either.
 
Pierre?

Pierre_Admin

2009/01/06 08:15

In reply to by David_H

Oups... I did some code refactoring a while back and broke this feature. It is now fixed (in next release, today hopefully) [edit] Released (updated 0.9.24 pre-rel 7)

David_H

2009/01/06 09:38

In reply to by Pierre_Admin

Pierre, this is TOTALLY bizarre because it was most definitely not working earlier.  Now it is!  I am doing it exactly as follows, items in brackets with comma in between, which I tried several times earlier with no luck.  So unless you magically upgraded me, I have no idea.  I did do a database repair earlier, but it did not alert me that anything was fixed.
 
[Inbox],[Input]

Pierre_Admin

2009/01/06 09:46

In reply to by David_H

It does not work for top-level items (try pressing INS). I did not magically update your copy