Is your custom field in Date/Time format, or just Date? We had the same problem, and had to switch our custom date fields to Date /Time. I haven't tested your formulas yet, but wanted to check on that first.
Disneyland Annual Passholder here!! Luckily I got to go on March 6 just before it closed. Rise of the Resistance was fantastic! What are some of the most popular reports your organization uses?
Although you can't type their name in a filter or prompt, you can search for the deactivated user and grab their ID from the URL and use that. Once you paste the ID into the filter/prompt, just wait a second and select their name when it pops up. Your use case would work great in an Assignment repor...
I use this report, then export to Excel to find the field I'm looking for. I also add a Type prompt to my report to narrow down if I'm looking for a TASK or PROJ report, and a Last Viewed Date prompt if I only want to see reports viewed in the last x months.
You can do that in a project report and task report. An hour report wouldn't work at all, since the planned hours would be added up for each hour entry inflating the value. Let me know if you need my text mode code for the grouping, since it can't be done in the UI.
Hi Tammie, Yes it is possible. Just switch to text mode, and add this code at the bottom for your program grouping: group.3.linkedname=programMMgroup.3.namekey=view.relatedcolumngroup.3.valuefield=programMM:namegroup.3.namekeyargkey.0=programMMgroup.3.namekeyargkey.1=namegroup.3.valueformat=string I...
Good timing, I just created a report for template usage this week for a cleanup effort I'm doing. Create a project reportGrouping: Template >> NameFilter: Project >>Template ID >> Is Not BlankRun report and go to the Summary tab. You can then see the templates that were usedFor my cleanup effort, I...