Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2007-11-20 : 09:20:00
|
On the category fields, how is it possible to show the first and the last values. I.e. the x-axis to show the min value at the start and the max value at the end.This is what i have so far but the x-axis displays nothing on the line=IIf(Min(Fields!Import_Date.Value),Fields!Import_Date.Value,"") |
|
|
|
|