I thought this would be an easy formula but I cant seem to gert it to work. I have a table that list a persons name and then has two fields called:
{VP_PERSONCUSTDATA.CUSTOMDEFNAME} and{VP_PERSONCUSTDATA.CUSTOMDATA}
They display info like:
{person} {CUSTOMDEFNAME} {CUSTOMDATA}
John Doe Anniversary 01/15/2001
John Doe Birthday 09/21/1980
John Doe SS Number 524241234
John Doe ID Number 012345
I am trying to pull and show them in different spots, so if I want just the Birthday info I tried a formula like:
if{VP_PERSONCUSTDATA.CUSTOMDEFNAME}="Birthday" then {VP_PERSONCUSTDATA.CUSTOMDATA}
but it does not show anything.
Thanks
KevV