Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello! Is It Possible To 'Send' / Compose Specific Reports Automatically From Tasks To The Designated Report Under The Reports Page In The Ui? I'Ve Looked Into

Hello! Is it possible to 'send' / compose specific reports automatically from tasks to the designated report under the REPORTS page in the UI?
I've looked into this tutorial to do it manually in the UI and wondering could it be automated?

  
  
Posted one year ago
Votes Newest

Answers 2


Thank you!

  
  
Posted one year ago

Hi @<1544853721739956224:profile|QuizzicalFox36> , currently there is no SDK option for this, however you can automate this using the API. I suggest opening developer tools (F12) to see what the UI sends when creating/editing reports and that way you can automate it

  
  
Posted one year ago
982 Views
2 Answers
one year ago
one year ago
Tags