Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
57 views

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", "...
rookiesportsanalyst's user avatar
0 votes
2 answers
92 views

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" ...
BruceWayne's user avatar
  • 23.5k
0 votes
1 answer
42 views

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 ...
EllipticalInitial's user avatar
1 vote
1 answer
30 views

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 ...
juan alonso's user avatar
0 votes
0 answers
20 views

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 ...
Maria's user avatar
  • 1
0 votes
1 answer
143 views

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)...
Maria's user avatar
  • 21
0 votes
1 answer
52 views

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 ...
MarkusH's user avatar
0 votes
1 answer
111 views

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 ...
Islands_CLF's user avatar
0 votes
1 answer
84 views

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 ...
Mark Simmonds's user avatar
0 votes
1 answer
203 views

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....
user26934587's user avatar
0 votes
0 answers
65 views

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 ...
Paul's user avatar
  • 17
0 votes
0 answers
104 views

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 ...
iiRuka's user avatar
  • 1
0 votes
1 answer
282 views

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 ...
Jake's user avatar
  • 3
-1 votes
1 answer
33 views

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 ...
Mehek Salim's user avatar
1 vote
1 answer
54 views

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 ...
Dianna Marie Vasher's user avatar
0 votes
1 answer
176 views

I’m trying to take the sum of the count of a column and it’s telling me sum is already an aggregate and can not further aggregate. Attempt: Sum(Count of Cases) The count of cases is a calculated file ...
Jesse Y's user avatar
  • 33
0 votes
1 answer
130 views

I have a date field which is a calculated field ("SalesDate_current_month", this will give values True or False) from original date column (SalesDate). Trying to create a calculated field as ...
Goutam's user avatar
  • 433
1 vote
2 answers
43 views

I have a little trouble here. If i have the following table: ID | Name | ini_day ----------------------- 1 | Juan | 1 2 | Nora | 5 3 | Pepe | 9 4 | Lara | 12 5 | Alex | 18 6 | Lily | 20 ...
Matt Ross's user avatar
0 votes
1 answer
64 views

My data contains patient ids (around 70) and their time and date of visit. The dates are from April 1 to April 15. I want to calculate the percentage difference between the patients of today vs ...
Geethika Gayatri Padala's user avatar
-1 votes
1 answer
80 views

I used a formula in the calculate field in a pivot table and it returned #VALUE! error stating "Function AVERAGE in parameter 1 expected number values but Box Office Revenue ($) is text and ...
Eleje Oko's user avatar
0 votes
1 answer
236 views

I have a long survey in REDCap and we're wanting to generate a summary of all items the participant endorsed. They're all true/false. So lets say the fields are named question1, question2,..., ...
purpleblade98's user avatar
0 votes
0 answers
33 views

I have a dataset that contains details of customer policies. I am using two calculations below to calculate the percentage that have email preference vs Postal preference. However there is also a ...
jamster126's user avatar
0 votes
1 answer
25 views

I am trying to this: But it doesn't work - what do i do wrong? i want to give every region a Target. Is it even possible to do it via Calculated Field? Hope someone could help me. Thank you and have ...
Mahmoud Mohammad Hage-Ali's user avatar
1 vote
1 answer
253 views

I'm looking for some assistance. Currently I have two tables (left and right) that have identical columns and coming from one source of data. The only difference being the left table is the count of ...
ren's user avatar
  • 11
0 votes
1 answer
98 views

I have a set of data. I need to know if the agent has gone over 25.9 seconds in ACW, if so produce a 1 in the cell, then i want the total number of agents who have bene over this target to be ...
ajr45's user avatar
  • 129
0 votes
1 answer
530 views

Here's a dummy spreadsheet of data and a pivot table I've got data in column A (Person) and column B (CheckedIn). People have CheckedIn values of between 0 and 6. I want a Calculated Field to show a ...
RoCrow's user avatar
  • 31
0 votes
1 answer
1k views

I have a test that I administer and the results are represented in 3 columns: colA contains names of students and colB contains decision string which is either correct or incorrect, and colC contains ...
Gordon Irving's user avatar
0 votes
0 answers
71 views

I want to be able to take this calculated field (don't worry about the actual field) COUNTD(IF [John Doe] THEN [response_id] END)/COUNTD([response_id]) and create like 100 more calculated fields but [...
Eastman's user avatar
  • 13
0 votes
1 answer
116 views

Let's say I have a Model: using System.ComponentModel.DataAnnotations; namespace Test.Model { public class Balance { [Key] public int Id [Display(Name = "Invoice ...
MelB's user avatar
  • 183
1 vote
1 answer
40 views

I have this table which is a live connection from ssas to power BI I want to count duplicate based on typeName and wher completeDate is blank I wrote the folowing DAX Duplicate = VAR Dup = COUNTROWS(...
JonWay's user avatar
  • 1,747
1 vote
2 answers
46 views

I want to create difference column using two tables Table 1 and Table 2 , I want to create Table 3 which is having difference of count column using DAX formula
Freaky_foxx's user avatar
0 votes
0 answers
51 views

Nulls that show up in the table that I created from my calculated fields, I made calculated fields from already existing date columns called target and forecast dates. This is how the original data ...
Arsalaan Saiyed's user avatar
2 votes
1 answer
61 views

I have looked up and down trying to figure this out, I am trying to make a simple calculation on change event with 3 textbox inputs Cost of Item textbox Discount Percentage which would be entered ...
Jason's user avatar
  • 23
2 votes
1 answer
218 views

Date RefNum Value TxnType Mar-23 SS 20 BillDoc Apr-23 G4 40 BillDoc May-23 HT 85 BillDoc Jan-23 R3 3 Credit Feb-23 R3 5 Credit Aug-23 D7 10 Credit Sep-23 D7 15 Credit ...
lil chill's user avatar
0 votes
0 answers
71 views

I have a field that is an approximate sales quantity per month that is called : [Sales Quantity / Week (Stock Unit)]. This field is a one value per product since it is an approximation calculated as:...
Simon M's user avatar
0 votes
0 answers
1k views

I'm trying to write an expression in Cognos Analytics to return my data points within a certain range. My data is organized similarly such as in this picture with dates and names all the way back to ...
Rararasputin9090's user avatar
0 votes
0 answers
45 views

Tableau visualization i tried this but 2023 column did not calculate rather just giving out negative values in tabeau COUNTD(IF [Year] = 2013 THEN [Name] END) - COUNTD(IF [Year] = 2023 THEN [Name] END)...
osuya ikechukwu's user avatar
0 votes
1 answer
374 views

I have a 1x3 table that contains embedded fields. Here is the row below: Row 1: Baseline | 3 Months | 6 Months Each of these options (Baseline, 3 Months, 6 Months), are a field type of Multiple ...
diamondspoon's user avatar
0 votes
2 answers
1k views

I have survey data on teacher quality with possible responses being 1-4. No one reported 1, so it won't automatically show in the pivot table I am trying to create. This is what I'm working with. ...
MKK's user avatar
  • 15
0 votes
1 answer
2k views

I would like to understand how I could create a new field called "Field 1" in my workday report. The logic for this field is – if there is a "Yes" in "field 2" OR a "...
Jed Nkansa-Yeboah's user avatar
0 votes
0 answers
38 views

I have built a Dashboard that has two filter worksheets within it. The first worksheet contains all the transactions for all the clients while the other Worksheet only contains Payouts. What I am ...
user20301979's user avatar
0 votes
3 answers
514 views

I am working for a company that has several sites. The two sites use different IT systems. I have a sharepoint list from company A that I need to replicate in company B. The list was done by someone ...
Abigal's user avatar
  • 143
0 votes
0 answers
29 views

I have three fields: 1: user selected dropdown(DD1). 2: calculated dropdown(CDD2) that is set based on the rawValue of DD1. Note: All the display value's and the rawValue's of both DD's are numbers 3: ...
JustinD's user avatar
0 votes
2 answers
617 views

I am building a database system and am trying to add calculated field to model as well as the template. I want to field to automatically generate the result of to the values entered on two fields. ...
ENTHRONE KINGSLEY's user avatar
0 votes
1 answer
134 views

CASE WHEN [Metric Type] = 'FTE' THEN 'Per Student FTE' WHEN [Metric Type] = 'GSF' THEN 'Per GSF' ELSE NULL END I am getting an error message that an identifier is missing. how can I modify this ...
Theodore's user avatar
0 votes
0 answers
230 views

I have a delphi project which has two kbmMemtables, the first kbmMemtable1 has 4 data fields (ID, PRODUCT_NAME, QUANTITY, PRICE) and a calculated field TOTAL, the TOTAL field is calculated in the ...
user975502's user avatar
0 votes
0 answers
1k views

I'd like some help regarding pivot tables calculated parameter in google sheet. I have a pivot table where i count how many instances are listed in data table. In my data table i have a column with ...
Marius Žygaitis's user avatar
0 votes
1 answer
61 views

I have model like this class Product(models.Model): name = models.CharField(max_length=150) stock = models.IntegerField() cogs = models.IntegerField() def __str__(self): return ...
Gabriel Siahaan's user avatar
0 votes
0 answers
245 views

I am trying to create a calculated field where i am using a column ,called "requestdatetime" and it is of data type datetime, to find the latest date . Thus i used the function : max({...
prathik vijaykumar's user avatar
1 vote
1 answer
79 views

I have the following school data, but I want to plot a line chart of say, no. of grade 3 students in each academic year. I am not able to do that since I only have the current grade for this academic ...
Pat's user avatar
  • 47

1
2 3 4 5
15