Hello Gcusella,
Thanks for the response.
Your understanding is correct but challenge for me is to show the data based on dropdown token into the same panel.
Example: DropdownA search(Token LM1): index=A | stats count by L1,
DropdownA search(Token LM2): index=A $LM1$| stats count by L2,
DropdownA search(Token LM3): index=A $LM2$| stats count by L3,
DropdownA search(Token LM4): index=A $LM3$| stats count by L3.
When I select DropdownA , panel should Field L1 AND When I select DropdownB , same panel should display only Field L2.
... View more