提问人:khalid alsabbali 提问时间:11/12/2023 更新时间:11/12/2023 访问量:14
如何在 Xtrareport 中使 colmun 之一计数 Colmun 中有多少重复值,例如在 Country Colmun 中有多少对
how can make one of colmun in Xtrareport Count How many repeated value in Colmun for example how many Pairs In Country Colmun
问:
如何在 Xtrareport 中使 colmun 之一计数 Colmun 中有多少重复值,例如在 Country Colmun 中有多少对 我有devexpress xtrareport,我需要一个单元格显示重复值
我在 SQL 中找到了 solotion,但我在 Report 或 GridView 中需要它
SELECT Specialty, COUNT(国家)
FROM 实习生
WHERE Specialty = '巴黎'
按国家/地区分组
答: 暂无答案
上一个:访问列标题中的复选框控件
下一个:GridView aspx c#
评论