| Author |
Topic |
|
netcamnic
Starting Member
9 Posts |
Posted - 2006-12-20 : 17:13:26
|
| I have a decimal property in a chart, when I tell for crystal if it will be null pass '-', since I can dogratoMarcos S. Santos |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-12-20 : 22:36:07
|
| Please post only SQL Server related questions here. Also, what is your question?Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-12-21 : 01:58:06
|
1 This is sql server Forum. I dont think most of the members can answer your CR related question2 Use a Formula having the codeIf {col} is NULL then "-"else {col}and use this formula to generate Charts3 Your question seems hard to understandMadhivananFailing to plan is Planning to fail |
 |
|
|
DonAtWork
Master Smack Fu Yak Hacker
2167 Posts |
Posted - 2006-12-21 : 07:21:36
|
| Also, since you are using Crystal Reports, just use a formula for when its null.[Signature]For fast help, follow this link:http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspxLearn SQLhttp://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-12-31 : 07:32:27
|
| select isnull(<yourcolumnnamehere>, '-')Peter LarssonHelsingborg, Sweden |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-12-31 : 23:26:40
|
quote: Originally posted by Peso select isnull(<yourcolumnnamehere>, '-')Peter LarssonHelsingborg, Sweden
Will it work in CR?MadhivananFailing to plan is Planning to fail |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-01-01 : 08:49:49
|
| No. But if the VIEW or SP used for the report can handle the exception, fine...Peter LarssonHelsingborg, Sweden |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-01-01 : 09:05:24
|
quote: Originally posted by Peso No. But if the VIEW or SP used for the report can handle the exception, fine...Peter LarssonHelsingborg, Sweden
Yes it is. I thought you were giving CR syntax MadhivananFailing to plan is Planning to fail |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-01-01 : 09:38:41
|
I have not drinken that much egg-nodd. Yet. Peter LarssonHelsingborg, Sweden |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-01-02 : 06:49:20
|
quote: Originally posted by Peso I have not drinken that much egg-nodd. Yet. Peter LarssonHelsingborg, Sweden
MadhivananFailing to plan is Planning to fail |
 |
|
|
|