I have two tables.
Table1) Antraege_IT-Systeme (where all the information of the request will be saved)
Column: NAME: โIT-Systemโ/ TYPE: Text/ Valid if=Rollen_u_CSOD_Gruppen[IT-System]
Column: NAME: โRolleโ/ TYPE: Text/ Valid if=Rollen_u_CSOD_Gruppen[Rolle]
Column: NAME: โGruppe in CSODโ/ TYPE: Text
Table2) Rollen_u_CSOD_Gruppen
Column: NAME: โIT-Systemโ TYPE: Text
Column: NAME: โRolleโ TYPE: Text
Column: NAME โGruppe in CSODโ
The Dependent Dropdown in Table1 are working fine so far. In the form I can select the IT-System and then the Rolle (Role) according to the selected IT-System.
After selecting the โRolleโ Role in the form - I would like to add (not as a dropdown) the information in the column โGruppe in CSODโ from the table โRollen_u_CSOD_Gruppenโ according to the selected โRolleโ Role and show in the form.
I tried to change the type of the column โRolleโ in the table โAntraege_IT_Systemeโ to REF and then adding the formula "[Rolle].[Gruppe in CSOD]. but the reference in combination with the Dependent Dropdown seems not to work this way.
Any tip for me?
Solved! Go to Solution.
Have you tried LOOKUP()
May be something like
LOOKUP([_THISROW].[Rolle], โRollen_u_CSOD_Gruppenโ , โRolleโ , โGruppe in CSODโ)
Have you tried LOOKUP()
May be something like
LOOKUP([_THISROW].[Rolle], โRollen_u_CSOD_Gruppenโ , โRolleโ , โGruppe in CSODโ)
Thanks - it was exactly what I needed to do
Thanks for you great help
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
3 |