Hello I am trying to make my dashboard panel title dynamic and display the Region and Country. Example the user selects North America and United States- I want the title to be that. Below is my code- can you help me edit this with conditions to create a dynamic title that changes as the filters change.( ) Region=" " OR All ASIA EUROPE IMEA NORTH AMERICA LATIN AMERICA UNKNOWN * * ( ) Country=" " OR All | inputlookup CurrentSiteInfoCountry.csv | search $region$ | stats count by Country -15m now Country Country *
↧