如何显示从第n行到单行的数据 [英] How to display data from nth rows to single one

查看:72
本文介绍了如何显示从第n行到单行的数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

应该是这样的
类别:B,B1,C,D
日期:2000年12月12日,空,空,2005年1月1日

-------------------------------------------------- ----------
表格上的数据
类别,日期
B 2000年12月12日
D 01/01/2005

in report should be like this
Category: B, B1, C, D
Date: 12/12/2000,empty , empty , 01/01/2005

------------------------------------------------------------
data on table
category, Date
B 12/12/2000
D 01/01/2005

推荐答案

您需要做的就是形成查询,使其以所需的格式返回数据.查询到位后,您可以将其绑定并显示在水晶报表中.
All you need is to form the query such that it returns the data in desired format. Once the query is in place, you can just bind it and show it in the crystal report.


这篇关于如何显示从第n行到单行的数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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