* Query to find custom attribute usage

Homeless Posts from the old forum system
Locked
avatar
TimM
Diamond
Posts: 56
Joined: 24 Jan 2004 11:25
Family Historian: V6.2
Location: Suffolk

Query to find custom attribute usage

Post by TimM » 18 Nov 2004 18:11

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

User avatar
Jane
Site Admin
Posts: 8441
Joined: 01 Nov 2002 15:00
Family Historian: V7
Location: Somerset, England
Contact:

Query to find custom attribute usage

Post by Jane » 18 Nov 2004 18:48

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.

Locked