crystaldev1
Programmer
Hello. I'm using CR 9 and Sql Server 2005. I have a scenario where I need to check off list of items if they are stored. For ex, I have a list of items and checkbox next to the items such as
1. Orange []
2. Banana []
3. Apple []
4. Mango []
and if only Orange and Apple is in the database, then they should be checked. List of items will be in the report footer.
I would like to somehow check off only the items in the database. I believe I can either store the items as string variable or array and create a formula to check each items. I could create a subreport for each individual item but I could have more than 20 items which may not be ideal due to # of subreports. I would like to know the most efficient way to perform this. Thanks.
1. Orange []
2. Banana []
3. Apple []
4. Mango []
and if only Orange and Apple is in the database, then they should be checked. List of items will be in the report footer.
I would like to somehow check off only the items in the database. I believe I can either store the items as string variable or array and create a formula to check each items. I could create a subreport for each individual item but I could have more than 20 items which may not be ideal due to # of subreports. I would like to know the most efficient way to perform this. Thanks.