-
Re: Fix HTTP 413 Errors when logging into multiple instances
@BenSchein I'm glad you are in the same boat and can empathize with the annoyance of this issue. Hopefully, your influence will help this idea be implemented. I have started using both Chrome an…2 -
Re: Can someone tell me where I am going wrong please?
I think you could make this easier by using the DATE_FORMAT() function along with DATE_SUB(). CURRENT MONTH DATE_FORMAT(NOW(),'%M %Y') Would return February 2024 PREV MONTH DATE_FORMAT(DATE…1 -
Re: Sort Not working as Desired
Another option might be to use the pivot table card. It will allow you to sort by your total column and still have subtotals1 -
Re: Date Conversion
You can get this formatted as a date field by using the STR_TO_DATE() function like this: STR_TO_DATE(yourfield, '%a, %d %b %Y %h:%i %p') You can use the monthname function around this func…1 -
Re: Top 100 Values
You should be able to do this with creating a rank in a beast mode and then adding it to the filters section and filter to less than or equal to 100. Your beast mode would look like this: RANK() OVER…1

