danao
Posts: 2
|
| Posted: 05/18/2008, 11:21 PM |
|
hi !
i read the page with ccs features and i didn't see these one.
So what about it ?
1.
Possibility to filter data (form, and grid/list view) by user id logged ?
For example, an employee is logged, and he can show only his own sale orders (of course there is a user_id key in sale order table)
So it is possible ? it is not said in your faq, even not the features page, neither not in help page
2.
same question like 1, but for CHARTS and REPORTS. Can css dynamicly show charts and report by build (so filter) with user logged ?
3.
is it possible to to export chart and report in PDF ?
Thanks for answer me.
|
 |
 |
tsgroman
Posts: 64
|
| Posted: 05/18/2008, 11:48 PM |
|
Yes. You can filter data by a user_id field in your database for use in your grids, charts, or reports.
First, open your project and create a login page using the authentication builder.
Next, go to the Project Menu and select Project Settings, then click on Security, then select the Table option for the Security Method, select your login page, set your connection, select your user table, select your user field, select your user name field, select your password field, and finally setup your security groups.
You can then reference the user_id of the logged in user by using the Session variable UserID (.Net). When selecting the data to be displayed in a grid, you would add something similar to: user_id = Session(UserID) to your WHERE clause.
As for the PDF question, I don't know. I've never tried it. You can export to Excel or use a PDF printer driver and print your report to the PDF driver to create a PDF file.
Hope this helps...
|
 |
 |
danao
Posts: 2
|
| Posted: 05/19/2008, 3:24 AM |
|
is it possible to print CHARTS ?
i ask because it is Flash animated element, so it's different from simple text.
and what about report ?
|
 |
 |
ReneS
Posts: 225
|
| Posted: 05/19/2008, 5:22 AM |
|
Hi,
Just download the evaluation version and toy with it. You will see that you can do a lot with it....
Rene
|
 |
 |
|