Questions tagged [reports]
a textual work (usually of writing, speech, television, or film) made with the specific intention of relaying information
71 questions
1 vote
0 answers
150 views
Best way of showing filter options in list/reports mobile app
I need to display reports (long list of items) in my mobile app (in Flutter), along with search and filter options. Currently, I'm presenting filters in a pop-up, but I'm looking to improve this. I ...
0 votes
3 answers
99 views
Should we implement a map feature or not? Building an analytics platform
We are building an analytics platform for our system, now focusing on introducing new metrics or reports. We wanted to introduce a map that shows visits to the websites of our Users. However, what we ...
0 votes
1 answer
417 views
Reporting Terminology - Run vs Create / Report vs Template
My long-held understanding of the terminology of reporting has always been as follows: I can Design (or Create) a report Template The Template defines the Layout and Criteria of a report I can then ...
0 votes
0 answers
75 views
How to avoid performance issues in user-customizable dashboards by limiting in some way the amount of information being displayed
I work for a Product that allows users to create customs dashboards. They have the possibility to create 1-25 custom charts and the available chart types are indicators, columns, bars, area, pie, and ...
2 votes
1 answer
101 views
Limit number of elements/boards on the premium account for performance reasons
I'm working on an app in which you can create an endless number of dashboards with (so far) an endless number of reports in them. Considering performance, we came up with the idea to limit the number ...
3 votes
1 answer
466 views
Best practices for System Usability Scale (SUS) Scoring
My UX team has always utilized SUS Scoring after our usability tests. We work with Student Information System Software and after testing a new feature, we follow up with a SUS Scoring survey. The ...
5 votes
2 answers
4k views
Multi-select box vs Dual list box
I'm currently working on a story where users can make a custom report. The list has around 40 items. At this moment, I'm working on a multi-select box where users can select all items at once or ...
1 vote
1 answer
240 views
Should total percentage be shown as negative or 0 in case total marks are negative?
I have an application which shows total marks and percentage scored by the student in a paper. All questions are multiple choice questions, so to avoid guessing by students negative marks for wrong ...
1 vote
1 answer
183 views
Control UX to create pre formed responses easily
I need to build a component to help doctors generate patient reports after they run a test. The goal is to optimize the time taken to generate these reports. Currently they take upwards of 30m to ...
0 votes
1 answer
141 views
Usability studies about B2B service pages?
I'm looking for research done on best practices when designing and writing content for B2B consulting service pages. A B2B consulting firm could be management consulting firms, law firms or ...
1 vote
1 answer
71 views
Reports/research about legalese texts
I'm looking for any reports or user researches done related to legalese text in software. Apart from curiosity I'm mostly trying to find efficient methods for showing EULA (minimizing confusion for ...
1 vote
1 answer
76 views
Why people entering from category page goes to the homepage of my e-commerce as the second step of journey?
I'm trying to understand some data that I have on my hands. I intend to make a deep analysis but for this, I want to create a list of probable reasons that users take some actions. Then I can track ...
1 vote
2 answers
333 views
Multiple filters for different reports
I am building a user control where the user can set a bunch of filters and then display a report based on those filters. Example of reports: sum of sales grouped by customer, detailed list of ...
5 votes
2 answers
3k views
How to properly document UX bugs?
What is your advice on creating titles for User Experience and usability bugs? We are using a spreadsheet to report and track software bugs, including UX bugs. We have divided the bugs into the ...
2 votes
1 answer
297 views
Displaying report based on data table selection
First, hello to everyone since this is my first post in ux.stackexchange.com. Now to my question: Right now I have really simplistic view containing a search input + button and a jQuery datatable ...