Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour,
Je voudrais que mon utilisateur puisse filtrer soit par Catégorie, soit par métier
Dans un radiobutton, soit il coche "Catégorie", et seul le volet de filtre Catégorie s'affiche, soit il coche "Métier" et seul le volet de filtre "Métier" s'affiche.
Je précise que mes droits sont restreints, je ne peux pas écrire de script, ni créer de champs. Je peux juste créer des variables.
Of course sorry, =if(vTest='Agent','region','Agent')
Hello, here the fields are Agent and Region but this is easily adaptable.
You need to create a variable that will change value when you click the button, then this variable will be called as the field name in the filter pane. This is not the case here, but you can also add an action in the button to remove the filter selections in the desired fields.
Dans le cadre "Value", tu as écrit "vTest='Agent';'region';'ag ....
Est ce que tu peux m'écrire la fin ?
Of course sorry, =if(vTest='Agent','region','Agent')