Hi everyone,
I'm currently having some issues with the following scenario:
- I have a dataflex table that contains all months (January - December)
- I can select a start and end month
- I then created a gallery and filterered all items based on the selected start and end months
- I have a number field and that number is equally divided into all months

I have added checkboxes and also plan to enable the edit mode of the input field, to allow users to split the costs differently for each month.
Unfortunately I cannot use If(ThisItem.CheckboxName.Checked; DisplayMode.Edit; DisplayMode.View) to enable/disable the DisplayMode. I can only use the columns/values that are stored within my dataflex table. I can also not modify the value of my checkbox in preview mode or access ThisItem.
Am I missing something?
Thanks in advance