N
|
nti 2/3/2013 |
Calcs do not work with virtual field names; do they?... I'm still trying to figure this question out. (SELECT (DayToDayTimeTaken+ApplianceTimeTaken)) AS OverallTime
|
S
|
swanside author 2/4/2013 |
Calcs do not work with virtual field names; do they?... I'm still trying to figure this question out. Would require a calc based on the previous two calcs. Something like:
SELECT
SELECT |
![]() |
Sergey Kornilov admin 2/4/2013 |
Probably you do not have any matching record in gasandelecimport table or join is not setup properly (using wrong fields to link tables). |
S
|
swanside author 2/4/2013 |
Probably you do not have any matching record in gasandelecimport table or join is not setup properly (using wrong fields to link tables).
|
C
|
chuckbower 2/7/2013 |
Do you need to use LEFT OUTER JOIN rather than INNER JOIN? |
S
|
swanside author 2/7/2013 |
I did this and it works after a fashion. SELECT |