we have 2 tables in the below format
firsttable
col1 col2
1 First
2 Second
secondtable
col1 col2
first xyz
In the report i will be displaying as
* 1 First
2 Second
I have to display the records present in second table with *
As the record with col2 first was present in second table so in the report i have to display * next to it....