Hi all,
Can this be done with published parameters and/or Python scripting in Server Apps? So, I would like to have two fields that are dependent. First field would be choice only and second field would be filtered based on the first field. Second field is multichoice. Only the values from the second field would be calculated for output. Example of a table with two columns
Animal, Specs
Cat, Black
Cat, Halloween queen
Dog, Brown
Dog, Mr. Wednesday
Dog, Loyal
Giraffe, Small
Giraffe, Excellent listener
So, the first field would list all the animals and once the animal chosen, then the second field would list specifics for that animal only and then the user can choose from those for the output.
Thanks in advance