员工商店活动清单的表设计 [英] Table Design for Store Activity list of Employee

查看:76
本文介绍了员工商店活动清单的表设计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我需要存储和检索员工时间表的报告.

输入:

员工选择日期和填写活动

Emp_ID日期项目任务时间(小时)

50 2012年9月10日TestProject1任务1 1
50 2012年9月10日TestProject1任务2 1
50 2012年9月10日TestProject1任务2 1

请向所有员工建议我如何做到这一点(表设计)


谢谢
Mohan

Hi All,

I need to store and retrive the report for Employee time sheet.

Input:

Employee select the date and fill activity

Emp_ID Date Project Task Time (hours)

50 10-Sep-12 TestProject1 Task1 1
50 10-Sep-12 TestProject1 Task2 1
50 10-Sep-12 TestProject1 Task2 1

Please suggest how i achive this to all employee (Table Design)


Thanks
Mohan

推荐答案

适用于所有员工
不要使用employee-id过滤sql查询,这意味着在条件
中不包括employee-id 这样,您将获得所有员工的时间表数据

现在在您的水晶报表中为员工ID添加
祝您编程愉快!
:)
for all employees
do not filter sql Query with employee-id means do not include employee-id in where condition
this way you will get time sheet data for all employees

now in your crystal report add group for employee-id
Happy coding!
:)


这篇关于员工商店活动清单的表设计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆