9,809 questions
0
votes
0
answers
23
views
Aspose.Cells (.NET) (25.5.0): Error Logging
I was wondering is there a way to configure error logging for Aspose.Cells (.NET). The version I am using is, 25.5.0.
I am facing one issue with an excel workbook that has more than 10 excel sheets ...
0
votes
1
answer
84
views
How can I hide or collapse subtotal rows in an Excel PivotTable?
I'm wondering if this is possible, as with pivot tables in excel there is an option to expand or collapse all fields. If you try to record this in Automate, it says this action cannot be recorded. A ...
1
vote
2
answers
87
views
Calculated Field - Subtract two percentages for Percent Point Difference?
I am simply trying to add a calculated field to a pivot table, that subtracts two percentages. I'm trying to get the percent point difference between a "Name" average and "State" ...
0
votes
0
answers
38
views
Can I use FIND and IS-formulas in calculated pivot table fields?
I’d like to tally up rows that contain a certain text string in my PivotTable of studies.
This is the formula I use in the Insert Calculated Field dialog:
=ISNUMBER(FIND("🇬🇧",internalName))...
2
votes
0
answers
60
views
PowerPivot Measure - Average subgroup w/ Top N applied?
I am trying to calculate the difference of each "Row" value from that group's average from a group of two Top N filtered values.
I am able to successfully "pull down" the average ...
-1
votes
1
answer
84
views
How to pivot a Pandas dataframe into the desired format? [closed]
I have the following data in a dataframe:
Product t_Proj CFType1 CFType2 CFType3
0 Product1 0 270 193 130
1 Product1 1 233 197 362
2 Product1 2 130 278 375
3 Product1 3 ...
0
votes
1
answer
71
views
Pivot Table shows all rows regardless of value field selected
I am creating a schedule and capacity planner for the team I manage. On the data table along the top, I have a column for the task and who its assigned to, and then I have each day/date (Mon-Fri), for ...
0
votes
0
answers
41
views
Page unresponsive when loading 10k+ rows into AG Grid pivot table (with row/column virtualization enabled)
I’m new to AG Grid and trying to populate data into a pivot table in Angular.
I fetch the entire dataset in one API call (legacy, so I cannot change backend code).
In the frontend, users can drag ...
1
vote
1
answer
108
views
Show Difference in max/min values within Pivot Table?
I am trying to add a column in a Pivot Table, that shows the difference between the max and min values within a row/field.
Sample Data:
Name State Value
Albert MA 1
Albert ...
1
vote
2
answers
128
views
Pivot multiple columns [duplicate]
I have a vertical table that end users want converted to a horizontal table with some groupings. I'm writing this in SQL Server 2019.
My table looks like this:
PKID
cID
vID
vDate
1
2
81
1996-04-04
2
...
0
votes
1
answer
68
views
Can I Create a Color Gradient Between Two Values in an Excel Pivot Table?
I need to conditionally format all values between 2 numbers in a pivot table using a color gradient to accentuate the scale of values between that range.
I'd like to not have any color for the rest of ...
0
votes
0
answers
19
views
Kendo React PivotGrid – Row headers and values not staying in sync while scrolling after customization
I’m using the KendoReact library to render a Pivot Table (PivotGrid) in my React project.I’ve customized the Pivot Table’s styles and layout according to my requirements.
Table is presnt On Two pages
...
2
votes
1
answer
130
views
Create a pivot table from a generally defined data set
I receive an Excel output from a program. The data set has the same number of columns and the headers begin in the same cell (A8), but the number of total rows will vary (not to exceed 100,000).
I'm ...
0
votes
1
answer
66
views
How can I perform an Oracle 2-dimensional for-clause pivot in Snowflake?
This pivot output section works fine in Oracle PL/SQL. It does not work in T-SQL.
I now need it to work in Snowflake SQL.
SELECT
*
FROM
(
SELECT
RACE, MNH_G, ...
1
vote
0
answers
92
views
Filter a pivot table for multiple values
I have VBA code, coded by someone else, to filter an OLAP pivot table.
I want to filter for multiple trade dates rather than one.
I am aware that .CurrentPageName doesn't allow for multiple values. ...
1
vote
1
answer
79
views
Excel PivotTable DAX formula invalid or incomplete error
I'm new to DAX and am trying a formula to calculate the Median Absolute Deviation. The source is this Reddit post. However, I get an incomplete or invalid formula error (please see screenshot below):
...
1
vote
1
answer
79
views
Excel VBA Prevent PivotTable re-sorting upon change
I have a pivot that I want to NOT re-sort after changing a filter. This would replicate in code the effect of right clicking the sorted field's drop-down arrow and going to More Options and unchecking ...
0
votes
2
answers
108
views
Grouped items in Excel PivotTable do not provide the right outcome when using a calculated field
Consider the following PivotTable in Excel:
As you can see the Sum of CalcRevenue per month makes no sense. Excel apparantly FIRST sums the grouped rows and THEN multiplies them.
Any resolution to get ...
0
votes
0
answers
111
views
Bulk data filters in Pivot Table with OLAP data (using VBA)
I have been trying to code a VBA bulk filtering that works on different PivotTables formats, which includes both the usual ones and those ones with OLAP.
The point is that I am stuck in figuring out ...
0
votes
1
answer
105
views
VBA Code to copy specific columns in a pivot table & paste to another worksheet
I'm updating an excel spreadsheet which has VBA codeing in the background. The changes I have made to a table means the vba code now doesn't work correctly.
The original code is:
Public Sub ...
0
votes
0
answers
39
views
Data Transformation in Power Pivot, Creating Measures for a Pivot Table with Dynamic Grouping and Summarization
AI is driving me into a dead end. I can't solve the problem. I have data in Power Pivot in the following format:
I need to create a report that will track the dynamics of changes in reasons. I want ...
-1
votes
1
answer
168
views
Creating a Table Format in Excel with Multiple Uneven Subcategories [closed]
I want to create a table in Microsoft Excel that includes multiple subcategories. The categories are outlined below.
Each column, from A to H, represents a level in the category hierarchy—starting ...
0
votes
0
answers
133
views
Google Sheets Pivot Table Data correct, but totals incorrect
I've been searching around online for ages and I see tons of people posting that the math going into a pivot table is wrong, but I can't find anyone with the problem that I'm having:
The data coming ...
1
vote
0
answers
39
views
How to query across rows without joins in superset using druid as my db?
I have 3 types of entities ( which can have multiple values ): A, B and C.
Now, A is sending requests to B and B sends requests over to C. However, when A acts a sender, B is the recipient and when B ...
0
votes
0
answers
63
views
How to display year-over-year change as a calculated column?
I have a list of objects with four properties: Week, Year, Amount (EUR), and M2 (square meters), which I need to display using the PivotGrid.
Here is the configuration I’m using:
Year is placed in ...
0
votes
0
answers
48
views
C# Microsoft Excel Interop Pivot Table Row Field Refresh
I am trying to create a c# application that takes csv input and converts the data into a Pivot table based on the report type that we are ingesting the data for.
The creation of the table is fine, ...
3
votes
1
answer
71
views
Struggling to find the right data source range in VBA pivot table
New to VBA and I've been struggling to find the right data source for my Pivot table in Excel. The data source should be coming from column "B" in sheet "Monthly". Any tips on how ...
0
votes
1
answer
101
views
Tidyverse pivot_wider specify data which is retained as rows [duplicate]
I have a recurring problem which I have been addressing using a messy approach of multiple passes of pivot_wider and rbinding the results together. This seems inelegant, does anyone have a single ...
0
votes
1
answer
108
views
Calculated field in Pivot table using min of date
I have a pivot table that returns the min of a date per category . Can I have a calculated field that works like this: date - Today
I tried a calculated field but couldn't select the min of date to ...
0
votes
0
answers
27
views
Sort MySQL Results into zone columns [duplicate]
I have a MYSQL (very early release) query which returns the current location of assets (by querying three tables, zonenames, asset names and logs (logs shows the last know location timestamp of the ...
0
votes
0
answers
42
views
Connect 2 excel sheets and export data in custom view
Need your support to connect 2 workbooks naming " Custom view" and " Finance pivot View" as attached. Every month our finance team publishes the pivot table as depicted in "...
0
votes
0
answers
76
views
Lock the cells in the first column directly to the right of a pivot table to the data in the pivot tables row
I have a pivot table of data in column A:L. In the first column to the right of the pivot table column [13] or "M" I have some comments written that correspond to that row of data. As the ...
0
votes
0
answers
44
views
Adding a visible vertical axis between categories in Pivot chart in Excel
I have a Pivot chart as shown below.
It has Scenario_Model and Gx.Region under x-Axis (Categories).
I want to add a clear visible distinctive line to differentiate the different scenarios. I have done ...
1
vote
3
answers
113
views
Excel Pivottable with unique values based on the value of two columns and sum the respective scores and option to filter
I have dataset (simplified) that looks like the example below
Score
First Language
FLPecentage
FLScore
Second Language
SLPercentage
SLScore
Year
Quarter
120
Java
90
108
C#
10
12
2024
4
200
C#
75
150
C+...
0
votes
0
answers
57
views
Connect several OLAP pivot tables to several slicers
My excel file has a sheet with 5 "global" slicers that I want to apply to all the pivot tables in the other sheets
Each other sheet has its own "local" slicers which are connected ...
0
votes
0
answers
27
views
Jasper Studio crossTab, rowGroup DateTime to "Month Year"
I have been struggling to get my crossTab to group by "Month Year". I read that SimpleDateFormat is outdated. My dataset is using language domain.
The coding is html style and lots of ...
0
votes
0
answers
89
views
How Can I Find the Average of a "Count of" Grand Total Calculation in a Pivot Table
I've created a pivot table using this data (This is just a snippet of a larger sheet):
The idea behind this pivot table is to count how many people have received upgrades (the first column) per ...
0
votes
0
answers
51
views
MS Excel Pivot Table calculating variance column when data specific format
I have a data table and want to create a pivot table off it (top part of image) with a variance field Calculated as the NPV difference (change/movement) between Period D and F (middle part).
I have ...
0
votes
1
answer
80
views
Excel filter out groups from pivot table when there is only 1 subgroup
I'm using the pivot table wth the structure below:
I want to add a filter that only displays the letter groups that have more than one subgroup, so in this example, A, C, D, & E would all be ...
0
votes
0
answers
20
views
TypeError: Could not convert OscarOscarMichaelJimDwightCreed to numeric [duplicate]
I am following the code (chapter_08_reshaping_and_pivoting) from following website.
https://github.com/paskhaver/pandas-in-action
import pandas as pd
pd.read_csv('sales_by_employee.csv').head()
sales =...
-2
votes
1
answer
45
views
Please help me make cross tabs with survey data (basic) [closed]
I work with survey data which I get from a contractor (it's weighted). But I sometimes need different cross tabs from those they provide me. I don't currently have any budget for any software to do it,...
0
votes
1
answer
55
views
Using pivot_longer() to expand rows of data and combine a pattern of columns
I have a data frame that looks like this:
ID Email Name Company TripIdentifier Date1 Campsite1 NumberOfAnimals1 Date2 Campsite2 NumberOfAnimals2
1 1 [email protected] ...
0
votes
4
answers
86
views
Get max value of multiple columns
I have data that is denormalized and I want to grab the the column for each person where there is a value in the max column. If there is a value for Jump2 there will be a value for Jump1; there will ...
0
votes
1
answer
67
views
Using table with pivot to apply multiple rep postback based on client
I am trying to find an easy way using two excel tables with a pivot table on the first table to apply a commission percentage, where a client could pay out commission to multiple Reps.
New data would ...
1
vote
1
answer
97
views
Office Scripts: trying to add slicer to pivot table
I am trying to insert a slicer to filter a pivot table using Office Scripts. However, I always receive a run time error when using the below code. The objects passed to the add method seem to exist, ...
0
votes
0
answers
80
views
How to use pivotData with enum column in a Filament 3 many-to-many relationship?
I have a many-to-many relationship between roles and permissions in my application. I already have the pivot table with columns role_id, permission_id, and a new column access_type with an enum that ...
1
vote
1
answer
71
views
Is it possible to create a cross tabulation with control variable?
I am trying to create a cross tabulation of social category and accessibility to a policy, controlling for Region. Example of data I have:
ID
Region
SoCat
PolAcc
1
Urban
Poor
Yes
2
Urban
MidCls
Yes
3
...
-4
votes
1
answer
104
views
Query using Pivot table in google sheets
I am trying to query a table in Google Sheets with a pivot to achieve what is in the screenshots below. My formula just keeps returning errors, and I have tried various combinations without success.
=...
0
votes
2
answers
51
views
I need to make crystal report group by category vertically display activities related?
I am working on a Crystal Report and facing an issue. I cannot make
every cell in the categories have multiple activities vertically , so each category
needs to have multiple activities with row spans....
0
votes
1
answer
25
views
Pivot table output tweaking - specific summary for subset of columns
I would like to create a pivot table with a summary of some sales orders. The sales orders include lists of hardware and software license items. The software licenses have "end dates" as ...