Hi,
In a form, I have a group of radio button to select for example 2 criterias:
1) Meter
2) Kilometer
Below I have an Groupx displayed in table and I want to update dynamicaly title of colum of groupx depending of selected criterias.
With Meter:
Radio Button
(x) Meter ( ) Kilometer
GroupX
Distance Meter
BoxField Boxfield
With Kilometer:
Radio Button
( ) Meter (x) Kilometer
GroupX
Distance Kilometer
BoxField Boxfield
If radio button change, title of column must change and boxfield of unity must be set to 0 whatever the number of GroupX in the table.
If it is not possible to change title of column, a free text field could be added after boxfield as below
Radio Button
( ) Meter (x) Kilometer
GroupX
Distance Value
BoxField Boxfield Kilometer
In each case I can't know from groupX the value of radio button group that is into the form.
Is it possible to perform this behaviour?
Thank you in advance for your help.
Gérard