Wondering what people's thoughts are regarding new report builder, ease of use, etc.
You might want to see this thread (not terribly positive):
1) The new report builder is not recognizing all of the logic from the old report builder. This is now causing problems in our dashboards. I find that to correct it, I have to go into each report and complete the filter criteria.
We have more than 40 dashboards and many reports. This is a major undertaking. Is there a way to get the system to recognize the logic?
2) In the former report structure, you could run it and it would tell you the total number of items. Now, I find I need to scroll down to see the total. Would rather the new report builder would go back to telling me rather than having to go and find the total.
The change to the new Report Builder has significantly damaged the usability of our established reports. Many filters were not retain in the transfer to the new Report Builder. Therefore the reports are no longer displaying correctly.
It looks like the new report builder doesn't let you filter by Current User. Am I missing something?
Hi @Niyati Kumar
Fortunately, it does.
If you select the Has options, you'll see the Current User in the list of selections.
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…