Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Minimum feature in a formula for a cross tab

Status
Not open for further replies.

Sahubba

Programmer
Mar 16, 2011
108
0
0
US
Hello,

I am having an issue with a cross tab using a formula {username} +"-"+ totext(Minimum({date})).
I realize the reason why I am having this issue is because I have Minimum within the formula.

Has anyone encounter this issue before?
Can someone help me with a solution?

I am using 2008
 
Crosstabs work from detail lines, not values derived from several detail lines.

If you grouped by Username, you could have Minimum Date as a summary total. Show other totals with it, as if it were a crosstab.

This could be a subreport if you have other data to show in your main report.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 2008 with SQL and Windows XP [yinyang]
 
Thanks,
But there is no way to have it in a formula within a crosstab?
 
Formulas are OK, so long as they are based on just one detail line.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 2008 with SQL and Windows XP [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top