I'm using a detail datapage on which I would like to show some average numbers. I'm using a view for this datapage. Is it possible to use SQL statement on views?
Here is my Statement:
SELECT SUM(FIDELIS_INTERVIEW)
FROM view_fidelis_emp
WHERE ID_EMP= [@authfield:ID_EMP]
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JulienMoulis
Hi everyone,
I'm using a detail datapage on which I would like to show some average numbers. I'm using a view for this datapage. Is it possible to use SQL statement on views?
Here is my Statement:
SELECT SUM(FIDELIS_INTERVIEW)
FROM view_fidelis_emp
WHERE ID_EMP= [@authfield:ID_EMP]
Thanks
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.