Technical Editor Dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2025 09:38 AM
Hello,
How can I implement Making report for Total Expenses Cost Center wise, drilldown to-> Sub Cost center Total Expenses , drilldown to-> Expense Type wise Total Expenses. In such case sum of Total Expense Amount must remain on Y-axis whereas only X-axis must change i.e. Cost centre, sub cost centre, Expense Type
Please share steps for the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 10:51 PM
It provides editors with real-time access to documents, version control, editorial comments, and workflow tracking. Key features typically include submission status indicators Noob win, assigned tasks, deadline alerts, and integration with tools like grammar checkers or code linters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 10:58 PM
To implement a Cost Center-wise Expense Report with drilldowns in tools like Power BI or Tableau, start by placing "Total Expense Amount" on the Y-axis. Set the X-axis to "Cost Center" and enable drilldown. Next, add "Sub Cost Center" and "Expense Type" hierarchically under "Cost Center." Ensure drilldown mode is active so users can click to navigate from Cost Center → Sub Cost Center → Expense Type. The Y-axis (Total Expenses) remains constant, showing values based on the current X-axis level. Use filters or slicers as needed for interactivity. Validate data to ensure accurate hierarchical aggregation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 11:01 PM
In serviceNow I want, not any other tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 11:34 PM
Step 1: Create the Base Report (Cost Center Level)
- Go to Reports > Create New.
- Choose:
- Table: Your Expense Table (e.g., u_expense)
- Type: Bar Chart or Pie Chart
- Under Configure:
- Group by: Cost Center
- Aggregation: Sum of Amount
- Save the report as "Total Expenses by Cost Center"
Step 2: Create Drilldown Report (Sub Cost Center Level)
- Create a new report.
- Use the same table.
- Group by: Sub Cost Center
- Aggregation: Sum of Amount
- Add a filter:
- Cost Center = [drilldown value] (use dynamic filter if possible)
- Save as "Sub Cost Center Drilldown"
Step 3: Create Final Drilldown (Expense Type Level)
- Create another report.
- Group by: Expense Type
- Aggregation: Sum of Amount
- Filter:
- Cost Center = [value]
- Sub Cost Center = [value]
- Save as "Expense Type Drilldown"
Step 4: Link Drilldowns
- Go back to the "Total Expenses by Cost Center" report.
- In the Drilldown tab:
- Set Type: Report
- Link to "Sub Cost Center Drilldown"
- In "Sub Cost Center Drilldown", set its drilldown to "Expense Type Drilldown"
- You can’t explicitly set X/Y axes, but Group by acts like the X-axis and Aggregation like the Y-axis.
- Use dynamic filters or interactive filters on dashboards to simulate passing values between drilldowns.
- For more advanced visualizations, consider exporting data to Power BI or Tableau via ServiceNow’s OData connector.
Stay awesome,
Roshnee Dash