Page 1 of 1

How to merge Identification

Posted: January 27th, 2020, 8:41 am
by prabhustat
Hi

Let me know. how to merge the Identification (Region + Ward + PSU + Householdnumber). Further I want to use the merged id for a lookup and further idenification.

Thanks in advance.

Prabhu

Re: How to merge Identification

Posted: January 27th, 2020, 9:16 am
by josh
You can simply do:

string merged = maketext("%v%v%v", Ward, PSU, Householdnumber)

Re: How to merge Identification

Posted: January 27th, 2020, 9:56 am
by prabhustat
Thanks Josh, Is it possible to use merged ID, as a ID for lookup applications.

With regards,

Prabhu

Re: How to merge Identification

Posted: January 27th, 2020, 10:20 am
by josh
Yes it is.