Param dropdown for group_id in data explorer query

@saradev’s docs here Utilizing Parameters in Data Explorer Queries highlights the full list of params for data explorer that sometimes have a dropdown, and sometimes do not. (Parameter list on Github)

Here’s a table of params, also indicating if it has a specific control for it.

param dropdown available
int :white_check_mark:
bigint :white_check_mark:
boolean :white_check_mark:
null boolean :white_check_mark:
string :white_check_mark:
date
time
datetime
double :white_check_mark:
user_id :white_check_mark:
post_id
topic_id
string_list
category_id
group_id
int_list
string_list
user_list :white_check_mark:
group_list :white_check_mark:

Ideally the dropdowns used and shown in data explorer would have similar look and feel as the core app. Let us figure out how we can do this.

5 Likes