Blox dropdown?
Trying to follow the documentation on how to create a simple DropDown. I don't even want it dynamic (for now), but the documentation (https://docs.sisense.com/main/SisenseLinux/sisense-blox-reference.htm?Highlight=blox) doesn't seem to be correct, and is missing information.
For instance, under "Dropdown", it says "type":"Input.ChoiceSet", which is fine, but then for "id" it states that it MUST be "selectVal", all other examples show "id" equal to something like "data.filters[0].filterJaql.members[0]".
In addition, the docs state that "choices" is of type "Input.Choice[]", but there is no documentation showing an example of what "Input.Choice[]" would look like for a fixed list.
Can someone give an example of what a dropdown with a fixed list of items would be?