Quantcast
Channel: Questions in topic: "calculated column"
Browsing latest articles
Browse All 11 View Live

SSRS Calculate diffence between report column values?

I have a reasonably simple report which shows school results for three terms, Christmas, Easter and Summer. I'm trying to calculate the difference in results between terms (per student), but I'm...

View Article



Calculate week from a date

I have to calculate a week number depending on a date for a customer. their fiscal calendar is different than the regular calendar , so I can't use the usual date to week number conversion. so in the...

View Article

How do i write a computed column from two tables with separate dates?

In SQL Server I create a separate/new table of many indicator values every trading day. I want to know the daily net change between them. In other words, a computed column where the net change in the...

View Article

​I want to create a table with currentdate as DateCreated column in it. So...

I want to create a table with currentdate as DateCreated column in it. So when the data comes in everyday, it should show the current date for that item.. (want to start new Inventory table)

View Article

Using a calculated column in a SQL Select statement

I am trying to write a query. Column A comes from database, column B is either 1 or -1 and it is result of a CASE statement that looks into the same table. Now, my column C needs to refer to column B...

View Article


Calculate Date Based on Start and End Date plus Existence of Specific...

Hi there,I am trying to create a list of dates which correlate to a specific weekday (Wednesdays in this case), where I only have the start date, end date, and what can be described as some sort of...

View Article

Is it possible to compute a value in a view (Part_Final) and also use that...

This is what I'm attempting to do... CREATE OR ALTER VIEW Parts_View AS SELECT [Part] , [Part_Corrected] , CASE WHEN Part_Corrected IS NOT NULL THEN Part_Corrected ELSE Part END AS Part_Final , (SELECT...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images