码迷,mamicode.com
首页 >  
搜索关键字:crystal report 主子报表    ( 2285个结果
统计--过滤(筛选)索引的统计信息过期问题测试2
在上次的文章统计--过滤(筛选)索引的统计信息过期问题测试中,遗留一个问题,当更新行数满足统计自动更新条件是,什么样的查询会触发自动更新呢?受林勇桦的指点,找到以下2个跟踪标志:9204 – 打印出被加载的统计信息(With this enabled, we get a report of stat...
分类:其他好文   时间:2014-11-08 13:17:44    阅读次数:278
hadoop环境搭建与测试
搭建参看: http://blog.csdn.net/w13770269691/article/details/16883663/ 查看集群状态: [root@master bin]# hdfs dfsadmin -report  Configured Capacity: 36729053184 (34.21 GB)  Present Capacity: 13322559491 (12....
分类:其他好文   时间:2014-11-06 21:55:25    阅读次数:252
OCP-1Z0-051-题目解析-第13题
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:其他好文   时间:2014-11-06 21:26:26    阅读次数:307
水晶报表表的别名中含有特殊字符的处理
In Crystal Reports, the following error message is displayed when an invalid character is used in the databasetable alias name: Query Engine Error: “T...
分类:其他好文   时间:2014-11-06 16:28:36    阅读次数:355
ALV 報表顯示表頭
1、先定義變量DATA:W_EVENTSLIKELINEOFIT_EVENTS, IT_EVENTSTYPESLIS_T_EVENT.2、給變量賦值" Display Header in ALV Report CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPOR...
分类:其他好文   时间:2014-11-06 14:44:49    阅读次数:132
偏置曲线代码
#include #include #include #include #include #include #include #include #include #define UF_CALL(X) (report( __FILE__, __LINE__, #X, (X))) st...
分类:其他好文   时间:2014-11-06 14:39:30    阅读次数:416
Ubuntu编码问题
Ubuntu编码问题 root@magus-18:/srv/rorapps/fgcc# rails -v Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the fo...
分类:系统相关   时间:2014-11-06 13:10:02    阅读次数:178
SQL SERVER先判断视图是否存在然后再创建视图的语句
如果我们的语句为:?12345678910111213IF NOT EXISTS(SELECT 1 FROM sys.views WHERE name='Report_IndividualTicket') BEGINcreate view Report_IndividualTicket asSELE...
分类:数据库   时间:2014-11-05 18:59:38    阅读次数:319
Visual Studio 2012使用水晶报表Crystal Report
原文:Visual Studio 2012使用水晶报表Crystal ReportSAP在 2013年1月14日 released SAP Crystal Reports,developer version for Microsoft Visual Studio - 2012 。你可以从下面链接下载...
分类:其他好文   时间:2014-11-04 19:32:59    阅读次数:330
Crystal Report 处理当前系统时间
原文:Crystal Report 处理当前系统时间Changed the print date format to HH/yy/MM/mm/SS/dd (For Example:2014/01/23 16:30:45= 161430014523) : iif(Hour(CurrentTime)<1...
分类:其他好文   时间:2014-11-04 19:12:52    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!