Hello,
I'm trying to create a DTS statement wich must transfer
records from DATABASE1.TABEL1 to DATABASE2.TABELTEMP.
Select Distinct ID
ID2
getdate () as 'DATE'
from TABEL1
where not exists
(select id,id2
from DATABASE2.user.TABELTEMP)...
Hello,
I become mutch better with webfocus. And right now i have an report wich have have 2 hold files to combine 2 statements in one report.
To give them an total i have used the subtotal option.
However when i tried to create an compute to calculate the %
than the result is not goed...
Hello,
I'm trying to create an report in wich i can
use automatically the information of the last 5 years.
the field in the table is filled till 2099 and the max year must be the year eq system year.
I hope someone can give me some advise to solve this
greetings
eric
I Found it.
I have used
SALARIS/A25='SALARIS';
SALARISNIEUW/A25='SALARISNIEUW';
TOTALSALARIS/A25='TOTAALSALARIS';
TABLE FILE EMPDATA
SUM
TOTALSAL AS 'TOTAAL SALARIS' OVER
SALARYNEW AS 'SALARISNIEUW ' OVER
SALARY AS 'SALARIS ' OVER
ITEM AS 'PCT'
ACROSS
YEAR AS ' '
I have also an other problem (sample from empdata)
If i have an collumn salary and thats accrossed by year
How is then possible to generete an formule wich
can count the salary of year minus salary-1 /salary of year *100
I will try to give a sample
I will use the empdata to try te explain my problem
First i must define year out hiredate
define YEAR/YY=Hiredate
If i have done that dan i must try to create
the last 5 years and that must be automatically so every
new year wil be the max(year) and the other 4...
Hello,
I'm not working for so long with webfocus and i tried to made an report with an accros by and sum
The numbers are hard fields in the tabels.
But how can i get the columns defined as single rows instead of columsn accrossed year.
I have tried also the command OVER
I hope i made it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.