calculated-field Questions
5
Solved
I'm getting data using a query in Delphi, and would like to add a calculated field to the query before it runs. The calculated field is using values in code as well as the query so I can't just cal...
Lauzon asked 26/3, 2010 at 13:50
4
Solved
I know similar questions were asked before, but none of the answers that I found (example here, another example) helped me.
What I am trying to do:
Create a report in Google Data Studio that sh...
Verbality asked 27/3, 2020 at 3:3
1
Solved
Newbie in SQL and development in general, I have a table (COUNTRIES) with fields (INDEX, NAME, POPULATION, AREA)
Usually i add a client side (Delphi) Calculated field (DENSITY) and OnCalcField :
CO...
Navada asked 30/9, 2020 at 23:54
2
Solved
How can i sum a data set that has been eager loaded?
This is my table structure:
regions table
+------------+------------------+------+-----+---------------------+----------------+
| Field | Type |...
Marque asked 6/1, 2015 at 17:5
3
I am tormented by the question: where I should locate my calculated properties in angular project?
For example:
I have model, service to get model and component to show model.
person.model.ts:
e...
Financier asked 1/7, 2019 at 18:29
1
Solved
For testing purposes (before I apply on my big code) I decided to pipe an array of string to convertTo-html hoping to create some kind of table displaying my array.
[String]$servers= @('GT544', 'H...
Selfeffacing asked 4/6, 2018 at 17:32
1
I looked this issue up and did not find any sufficient solution for myself.
I am trying to create a Calculated Field through Google Sheets Pivot Tables and I'm getting the #NAME? error.
To my bes...
Dummy asked 2/5, 2018 at 19:25
2
Solved
Using Django ~=1.11 and Python 3.6
I need to store 'calculated' variables as fields in the Django model database.
Here's a model:
from django.db import models
from datetime import date
class Pe...
Headwork asked 28/6, 2017 at 14:24
1
I'm working with pivot tables in excel and historical monthly returns for different mutual funds. I'm trying to calculate the historical monthly returns of each fund net of all management fees. So ...
Greatgranduncle asked 20/1, 2017 at 19:38
2
Solved
I have the following piece of code which counts how many times something appears in the event column.
SELECT event, count(event) as event_count
FROM event_information
group by event
event event...
Iyar asked 18/5, 2016 at 15:16
1
Solved
I have a field such that
Color
Pink
Blue
Pink
Blue
Pink
Pink
Pink
Pink
Pink
Blue
Blue
Pink
Pink
Pink
Blue
Pink
Blue
Pink
Blue
How to create calculated field to count number of times Pink appears...
Alkoran asked 22/9, 2015 at 20:9
7
Solved
I am in the need to add additional fields to a TDataSet that don't exist in the underlying database but can be derived from existing fields. I can easily do this with caclulated fields and that wor...
Uphemia asked 18/3, 2011 at 11:50
1
Solved
I have a Core Data project and am having difficulty searching the data with a simple calculated field and have no idea why it's not working.
I have a Tutor entity, with core data string attributes...
Abutment asked 21/1, 2014 at 19:23
2
Solved
I have an invoice model, that "has many" invoice items. I have a form that allows you to create/edit an invoice, and this form accepts nested attributes for the invoice items.
In my invoice model,...
Inge asked 28/2, 2011 at 6:25
4
Solved
I have a table with several account fields like this:
MAIN_ACCT
GROUP_ACCT
SUB_ACCT
I often need to combine them like this:
SELECT MAIN_ACCT+'-'+GROUP_ACCT+'-'+SUB_ACCT
FROM ACCOUNT_TABLE
I'd...
Catholicon asked 13/8, 2009 at 21:10
1
© 2022 - 2024 — McMap. All rights reserved.