Hi,
I've got a number of custom attributes and events and want to find where they are being used.
I've set up columns in the query window to get the attributes and the associated notes I want. I then tried to set up filters to pick out those fields with text using the operator 'contains text', which I've used before, but for some reason I'm not given the option of that operator.
So I'm a bit stuck now, please help.
ID:655
* Query to find custom attribute usage
- Jane
- Site Admin
- Posts: 8441
- Joined: 01 Nov 2002 15:00
- Family Historian: V7
- Location: Somerset, England
- Contact:
Query to find custom attribute usage
I can use Add if with 'contains' on both custom attributes and custom events.
If you want to check for any value use
'Add unless' INDI._ATTR-TWIN[1] is Null
for example.
If you want to check for any value use
'Add unless' INDI._ATTR-TWIN[1] is Null
for example.