We're looking to create in our dashboard a markdown using the TSVB control type. Our dashboard has controls for filtering purposes.
We would like the markdown to display different predetermined numerical values based on the user's selections in our dashboard's controls.
Is this possible ? I looked at the handlebars documentation and I don't see any built-in support for conditional comparisons (i.e.: if user selects 'X' in control A and 'Y' in control B, then display predetermined numerical value 'Z' in the markdown).
If it's not possible, what alternatives do we have ? I was thinking of maybe exposing those numerical values in Elastic documents. User selection in the controls would filter the returned documents, ensuring we fetch those with the numerical values we want displayed in the markdown.
Markdown as a visualization is not really made to be filtered. Your alternative could work, but not with a markdown, but with a saved search that will only show the document that matches your values.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.