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
How to merge Identification
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: How to merge Identification
You can simply do:
string merged = maketext("%v%v%v", Ward, PSU, Householdnumber)
string merged = maketext("%v%v%v", Ward, PSU, Householdnumber)
-
prabhustat
- Posts: 77
- Joined: March 17th, 2012, 10:46 am
Re: How to merge Identification
Thanks Josh, Is it possible to use merged ID, as a ID for lookup applications.
With regards,
Prabhu
With regards,
Prabhu
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: How to merge Identification
Yes it is.