Hello all,
My requirement is as follows:
I have a table which has two colums , 1. type of message and 2. number
Now there are three rows error ,warning and sucess and correspoing to them there are numbers ..ie table looks like this :
error 22
warning 13
sucess 12
these numbers are nothig but the numbers of records with ,error or warning or sucess...
Now when i click on error i have to see all the 22 error recors between error and warning row....similarly for warning and sucess....
is it posible by table popin ??
i saw WDR_TEST_TABLE but its inserting only one row not a table...
Regards,