How to shows fields value in report column ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 05:00 AM
Hello All,
W have 8 fields check box type in our INC form our customer wants a report where he can able to see the total number of incident select each check box like ABC (check box field) are selected in 10 incident out of total 20 incidents.
So, the below highlighted column will display like in replace of sept 2023, ABC is shows with 10 as a count of incident and same for other check boxes.
WE DON'T WANT TO USE GROUP BY OPTION!!
Can anyone help on this??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 05:06 AM
First: why not use the group by option? Explaining why certain solutions aren't acceptable helps in getting the correct one.
Next to that: the only possible solution will be to add data sets to your report. One for each checkbox (or use the group by option).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark