I have a customer table with grouping field (custgroup) that contains a value from 1 to 16.
I have created the view "grouping" that have 2 field, custgroup and number of client [count(custgroup)].
Then I have created a master/detail relationship with phprunner 5.1.
Now I want to use one image for every group instead of viewing the value of custgroup field (image have suffix number from 1 to 16), and this image must have an hyperlink to view detail table (using the same hyperlink created by phprunner).
Images existing in master table must pop up the number of client as tooltip on mouseover but this work in my other test.
I have try to use link created by phprunner in html mode in my test but I always receive one php error (I am a newbie in phprunner)
Can you help me?
Thanks.
Emil