How to merge Identification

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
prabhustat
Posts: 72
Joined: March 17th, 2012, 10:46 am

How to merge Identification

Post 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
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: How to merge Identification

Post by josh »

You can simply do:

string merged = maketext("%v%v%v", Ward, PSU, Householdnumber)
prabhustat
Posts: 72
Joined: March 17th, 2012, 10:46 am

Re: How to merge Identification

Post by prabhustat »

Thanks Josh, Is it possible to use merged ID, as a ID for lookup applications.

With regards,

Prabhu
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: How to merge Identification

Post by josh »

Yes it is.
Post Reply