Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
                
                Forum's Guidelines
            
It is simple
Let say you have the $data like this
$data=>array(
        "John Doe"=>"1",
        "Jane Doe"=>"2",
        "Whatever Doe"=>"3",
    );
You have value and want to get the text, you use the array_flip()
$flip_data = array_flip($data);
$text = $flip_data[$this->params["customer"]]
Hope that helps.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo