hi
i want to develop a report such that based on the selection of the checkboxes the output column should be displayed. for example , lets say there are 3 columns as a,b,c
a | b | c
now the user should be able to select all the possible way from single column to all together.... could any one please help me out how to generate such report.... it would be great help
thanks,Regards
Sai .G
Srinivas CH on
Hi Sai,
You can use the below code as your reference for checkboxes report:
In my cases I have 3 options for user :
1. Select objects without relations and move to deleted group
2. Select objects with relations
3. Both options
Based on the options that they have selected the number of sheets will be created in the output excel. You can modify this code as per your requirements
Best Regards,
Srinivas.