Skip to content

Multi value

Aaron Niyonzima edited this page Sep 3, 2020 · 10 revisions

Multi-Value

Consider the following example:

  • We have a customer called John Doe
  • John has 3 phone numbers:
    • MTN Rwanda: 0788000000 and 0788111111
    • Airtel Rwanda:0739000000

This is how we can represent these details in T24:

1. NAME: John Doe
2.1 MNO.1: MTN Rwanda
3.1.1 PHONE.1: 0788000000
3.2.1 PHONE.1: 0788111111
2.2 MNO.1: Airtel Rwanda
3.3.1 PHONE.1: 0739000000
'John Doe':@FM:'MTN Rwanda':@VM:'Airtel Rwanda':@VM:'0788000000':@SM:'0788111111':@VM:'0739000000'
  • We have one field for "Mobile Network Operator" which can have multiple values separated by @VM (Value Mark)
  • We have one field for "Phone number" denoted by @SM (Sub-Value Mark)
  • Here name are Single Field. The delimer is @FM or @AM (Field Mark)
Clone this wiki locally