Checkbox type field should be visible as 0 and 1 in table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 01:45 AM
Scenario: Field "CR Volume", Type = Checkbox. But in the table it should show the values 0 and 1 accordingly i.e. value 1=Checked, 0=Not Checked.
Note: Field will be available only in backend legacy form but not on catalog item. On the form level it should show checkbox but on the list view it will be 0 or 1.
Kindly help to proceed further to achieve this requirement.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 07:16 AM
Hello @vishal2001 ,
I don't think it is possible to show checkbox(true/false) value as 0 or 1. Instead you can create a separate integer field which will be maintained based on checkbox value. then you can show this integer field on list view.
Kindly mark the answer ✔️ Correct or Helpful ✔️ If it addresses your concern.
Regards,
Siddhesh