I have tried to make a Querry with named list member, with their Record Id as separate column. I cant find the right expression or a field that works?
How to do it?
Kind regards
Klaus Yde
* Record ID in list
- ColeValleyGirl
- Megastar
- Posts: 4854
- Joined: 28 Dec 2005 22:02
- Family Historian: V7
- Location: Cirencester, Gloucestershire
- Contact:
Re: Record ID in list
For the record ID for the record id column
For the NamedList membership, use a row filter
to select the list name at run time
or to use a predefined list name.
Code: Select all
=RecordId()For the NamedList membership, use a row filter
Code: Select all
Add if =IsInList(,["Enter List Name"] is trueor
Code: Select all
Add if =IsInList(%INDI%,"Bookmarks")Helen Wright
ColeValleyGirl's family history
ColeValleyGirl's family history
Re: Record ID in list
Thanks - it worked