I have a Value panel type where I am trying to display the error percentage for a time period. I have two queries that count the number of requests and the number of requests that are errors (independently they work) Both are hidden and a third function that calculates the error percentage. I get an error when running the query
there can be only one active query for value type panel
Kevin Anderson
04/11/2024, 1:18 PM
This worked in v3 query_range...but using v4 query_range I am getting the above.