I have this Javascript and I'm trying to make an OR clause for the where but I cannot figure out the syntax and the manual does not show any OR examples. query .select([…snipped…) // <- specify select…
I have implemented some conditional formatting using this code in an HTML table: $(myTable).DataTable({ data: reorderedData, lengthMenu: itemsPerPageOptions, columns: colNames, createdRow: function(ro…
I have a simple card with a Table on it where one column that has a HTML link created with a concat function. The link is to call an Azure API and I'm trying to modify the link so that it will call th…
The Match Values filter only allows a single entry. This forces us to use Beast Mode if we have multiple values we'd like to filter but which don't have values in the current data set. It would be gre…
I found a post asking this question that was not answered. I do not want to use a Beast Mode. Is there a way to list multiple values in the Match Values field of a filter?