731 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
57
views
Calculation per game in Tableau
I'm hoping to gather some stats for players in a sport - Errors per game.
At the moment I have a stat "Total Errors" and a calculated field "Match ID" using "Year", "...
0
votes
2
answers
93
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
1
answer
42
views
AWS Quicksight: ArgMax Calculated Field
I would like to write a calculated field which returns the value of a string column corresponding to the maximum of a date column, subject to the date being between two parameters. So, for example, if ...
1
vote
1
answer
32
views
Date Calculated Field is not showing in parameter in Tableau
I am trying to create a date parameter based on a calculated field.
Here is the calculation:
SetMinDate:
DATE(MIN([Gift Date]))
but when I go to create the paramenter, it doesn't appear as an option ...
0
votes
0
answers
21
views
Writing Calc fields in Workday based on Reporting > Report Fields and Values
I need to create a calc field to put on a report that is based on the Revenue Categories DS and Report Category BO. I know how to navigate to the field that I want on my report - the problem is how to ...
0
votes
1
answer
161
views
Performing Calculations Between Custom Meta Fields in Crocoblock JetEngine and Displaying Results Using Native JetEngine Shortcodes
I have Elementor Pro, JetEngine, and the JetEngine Calculated Callback Add-on (it's gitgub) installed on my local WordPress site. Using the JetEngine plugin, I manually created a Custom Post Type (CPT)...
0
votes
1
answer
53
views
Calculation of Runtime only once in AWS Quicksight
I hope somebody can help me. I'm new to AWS Quicksight and trying my first steps.
I have a table with two columns. First column contains a unique ID, second column contains a Runtime.
What I'm trying ...
0
votes
1
answer
118
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
1
answer
84
views
Update a date field in selected records with a calculated, relative date
The end result I am looking for is to have a query that will find specific records in Table1, use a field in joined Table2 to retrieve a day of the week, use a formula to determine the next occurring ...
0
votes
1
answer
210
views
Converting currencies to USD in as calculated field in Workday
I am trying to convert all amount in different currencies aside to all amount in USD. I selected Total base pay - amount as the source field, USD as the target code, selected to add currency code, etc....
0
votes
0
answers
65
views
Tableau Calculation - Week Parameter & calculated field
I've been trying to display return on marketing investment ROMI for the CURRENT SELECTED WEEK (CW) in my table. I'm using a parameter that displays data by week number - all other calculated fields ...
0
votes
0
answers
113
views
how to create multiple select parameter in tableau & combine columns
The dataset I use is like this
raw data
for example in a column balloon
The number 1 in the balloon column indicates that the warehouse has balloons, and 0 indicates that the warehouse does not have ...
0
votes
1
answer
285
views
Does including ‘today’ in the Datediff function mess up the automated calculation?
Background: I use RedCap to track expiration dates for temporary appointments in my department. The specific issue I am having is with a calculated field I use to track how many days are remaining ...
-1
votes
1
answer
33
views
Getting blanks when trying to calculate the current year avg. no of bins, how can i resolve this? Issue seems to rise when i put in the date argument
I want to create a measure for current year average no. of bins. I tried the below possibilities and all are giving blanks. i tested to see if it's an issue with my date column but when i filter the ...
1
vote
1
answer
56
views
Calculating the average time between StartTime and EndTime in VBA or in a calculated control. Then getting an average for many records
I want to get the average time between StartTime and EndTime in VBA or in a calculated control. Then get an average for many records.
I am using Access to build controls on a form that will show the ...