HOW-TO: set the time picker to "This month"

Hi Nikos,

I believe the value you are looking for is:

{
  "from": "now/M",
  "to": "now/M",
  "mode": "quick"
}
1 Like