Sign in to join the conversation:
I am trying the set up a dashboard using a rollup sheet.
I am trying to automate the start date so that it is always set to the 1st of the month or would it need to be manually changed every month?
Thanks
Dave
Give this a try...
=MONTH(TODAY()) + "/" + 1 + "/" + YEAR(TODAY())
What it does is displays the month for whatever TODAY is.
Then a /
Then 1
Then another /
And finally the year for whatever TODAY is.
Below is the result
This discussion was created from comments split from: Dashboard Graph Widget - Color in Series keeps changing.
When creating form submissions in the field, one of our technicians reported a bug that may affect others. We use URL string querying to correctly pre‑populate the job address (city, ZIP, and state). However, after scrolling down the form, an Auto Fill popup used to insert the technician’s name and email can be selected,…
Hello everyone, I have several rows (different entries) that I would like to enter on a custom form using the "Generate Document" workflow. I did a test run and it just generated "individual" PDF form per row - and not multiple rows merged into one form as I was expected. Is there another way or methodology around this or…