Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have table as following:
load * inline [
Checker,Picker,Driver
1,4,2
1,1,4
2,6,5
];
now i need to create on filed called (Role) contain ( Checker | Picker | Driver ) as text, to use on front as list box,
when user click on checker he will get only the checker in related information,
is there any suggestion to do it?
Thanks on advance
If I understand what you are trying to accomplish:
load'Checker' as Role,Checker as IDresident Data;load'Picker' as Role,Picker as IDresident Dataload'Driver' as Role,Driver as IDresident Data;[\code]<div></div></body>