In the Crystal Report , I have to change the data displayed at runtime after fetching from the database, just like as we did in gridview using rowdatabound function and able to change the row.cell text. my data displayed is:
c_id status 1 No 2 Yes 3 Not applicable 4 null 5 No 6 Yes
But i want to display it as: 1 granted 2 abandoned 3 pending 4 new application 5 granted 6 abandoned
That means I just want to show granted in place of No, abandoned in place of Yes, pending in place of Not applicable and new application in case of null
Please help. Thanx in advance
-- Ashutosh Pandey Software Developer