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 am trying to create a formula or workflow that changes a cell value to a value in another cell. I tried with workflow, but I can only assign a text or specific value from a drop down. But I want to assign a value from a specific cell. Formula would help, but this then needs to change depending if the cell is already…
I have two sheets: one is a form collection table and the other is a reference table. One of the fields (Code) entered in the form collection table will determine who is responsible for the request submitted. The Code cell can have multiple values (separated by a comma and space). It is possible to have multiple people…
Super-basic question regarding COUNTIFS. I'm trying to return a value that shows me a count of projects from a certain year, for a certain client. =COUNTIFS((Project Number:Project Number), Contains("2025", @cell ),(Client:Client), Contains("ADV", @cell )) But this comes up as unparseable. Where am I going wrong?