Is there a row limit within a report using a pivot table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 06:11 PM
It's been requested to create a report with the amount of hrs spent per demand by a certain team for the yr. We are using the time card table with pivot table. I have tried to find if there is a row limit within sys_properties, I can find a sys_property for report list view but that is as far as I can find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 06:26 PM
Hi @DianeG
I think unfortunately there is no property to increase more than 5 rows.
Mark it helpful and Accept Solution!! If this helps you to understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 10:21 AM - edited ‎01-21-2025 10:21 AM
You might not find a row limit specifically for pivot tables in sys_properties. However, check the glide.ui.list_v2_max_row_limit property, which controls the number of rows displayed in lists and could be affecting the pivot table. If it's not the issue, try adjusting the pivot table settings or using an export method to handle large data. If you're looking to baixar Spotify Premium, make sure to avoid unofficial sources that could compromise your device's security. You could also pre-aggregate the data using a Scheduled Script or Business Rule to avoid hitting limits and optimize the report generation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 10:13 PM - edited ‎03-05-2025 10:14 PM
In ServiceNow, there's no specific sys_property for limiting rows in a pivot table, but you can adjust the Row Limit in the Pivot Table Settings. Increase the row limit or set it to "0" for unlimited rows. Check for other performance-related properties in sys_properties like com.glide.report.limit or com.glide.report.max_rows. If performance is a concern, try narrowing the report's scope by applying additional filters. For instance, if you're looking for a same day MOT Peterborough and need a quick turnaround, limiting the data scope might help you get results faster without performance issues.