No announcements
Found 436257 threads
-
0 Votes
How to display a #VALY of another serie in a tooltip ?
Keywords like "#VALY" are only working in the context of the single Series\DataPoint.Answered | 1 Replies | 3769 Views | Created by Dep99 - Wednesday, June 23, 2010 2:00 PM | Last reply by Alex Gorev - Wednesday, June 30, 2010 6:57 AM -
0 Votes
Bar chart with null values
Add tool tip showing the #VALY for easy determination of exact number for each bar section.Answered | 1 Replies | 1627 Views | Created by GuyHamel - Wednesday, October 17, 2012 2:14 PM | Last reply by Tim Pacl - Wednesday, October 17, 2012 4:34 PM -
0 Votes
Null Valie
It shows 0 instead of blank space because the DocEntry field is int type which does not support ‘’ as its value, so it automatically convert '' to 0 ...Answered | 5 Replies | 50 Views | Created by Anonymous - Friday, May 15, 2020 9:14 AM | Last reply by Anonymous - Monday, May 18, 2020 2:34 AM -
1 Votes
a == null vs null == a
Hi, In C++, if(a = null) is a semantic error but if(null = a) is a compile time error.Answered | 5 Replies | 4819 Views | Created by Sri Harsha - Thursday, November 18, 2010 11:46 AM | Last reply by Louis.fr - Thursday, November 18, 2010 11:20 PM -
2 Votes
Null
This will update the column with its own value if it is not null.Answered | 4 Replies | 5501 Views | Created by Muhammad Bilal - Tuesday, January 11, 2011 6:03 PM | Last reply by Bipin. P - Tuesday, January 11, 2011 6:08 PM -
1 Votes
Query to Differentiate null and not null
Select Distinct Min(t.dcode), t.enbr, Min(t.sname), Stuff((Select ',' + Cast(ucode As varchar(11)) From @tab t2 Where t.enbr = ...Answered | 2 Replies | 2722 Views | Created by Muhammad Bilal - Friday, November 18, 2011 9:27 PM | Last reply by Tom Cooper - Friday, November 18, 2011 9:57 PM -
2 Votes
NULL = ?
They allow optimizing storage for NULLs.Answered | 14 Replies | 4455 Views | Created by Simply Sql - Wednesday, December 23, 2009 2:54 PM | Last reply by Hugo Kornelis - Wednesday, December 23, 2009 4:24 PM -
4 Votes
IS NOT NULL and OR
When you say c1<>'pass' nulls are excluded because nulls are unknowns and sql will not return the unknowns.Answered | 9 Replies | 2385 Views | Created by Mr Shaw - Tuesday, January 22, 2013 6:22 PM | Last reply by CountryStyle - Wednesday, January 23, 2013 10:13 PM -
0 Votes
MDX question: (null) is not null
Hi Iammac, The check for null in mdx is not the same as sql and a null value will equal zero in the boolean test.Answered | 1 Replies | 6902 Views | Created by iammac - Wednesday, September 28, 2011 6:03 AM | Last reply by Paul te Braak - Wednesday, September 28, 2011 9:52 AM -
0 Votes
INSERT INTO Null or Not Null Dates
If I test for the date being Null and use the NULL value and it the date exists then have an other statement with ##, this is fine and how I actually have the code.Answered | 10 Replies | 850 Views | Created by BrianSir - Friday, November 20, 2015 7:08 PM | Last reply by Alphonse G - Saturday, November 28, 2015 1:16 AM -
0 Votes
Difference - @var is null , @var = null
in simple way to remind if you want to set NULL value into variable use equal sign, while in condition use IS ...Answered | 4 Replies | 946 Views | Created by HarSan Online - Friday, May 29, 2015 3:20 PM | Last reply by HarSan Online - Friday, May 29, 2015 4:12 PM -
0 Votes
Why use NULL and NOT NULL
There is a lot of debate about using NULL values.Answered | 1 Replies | 9592 Views | Created by Bruce One - Friday, November 10, 2006 12:15 PM | Last reply by Buck Woody - MSFT - Friday, November 10, 2006 2:51 PM -
2 Votes
Null!
= null) _ProgressBar.Value = _Player.GetHP; }Answered | 3 Replies | 628 Views | Created by Joshua1987 - Wednesday, May 14, 2014 2:45 AM | Last reply by Joshua1987 - Wednesday, May 14, 2014 2:11 PM -
10 Votes
how to check sqldatareader is null or not null
= DbNull.Value) //if value in columnA is not null { //.... } } //or if reading a column if more rows: stirng query = "SELECT ColumnA FROM ...Answered | 4 Replies | 56349 Views | Created by miruan - Wednesday, August 22, 2012 12:24 PM | Last reply by Mitja Bonca - Wednesday, August 22, 2012 2:14 PM -
4 Votes
to be NULL or NOT NULL is here the question
Column Null Ratio Profile Reports the percentage of null values in the selected column.Answered | 8 Replies | 990 Views | Created by Bjorn D. Jensen - Sunday, August 24, 2014 8:48 AM | Last reply by Bjorn D. Jensen - Thursday, September 11, 2014 10:44 AM -
1 Votes
Inserting null values and NO values null
Excel source can return null values when text and numbers are mixed in one column.Answered | 1 Replies | 5266 Views | Created by SBolton - Friday, April 16, 2010 8:00 PM | Last reply by Miloslav Peterka - Friday, April 16, 2010 8:49 PM -
1 Votes
how to join null with null value
Actaully My joi like this prov.Client=wfb.Client in that Prov.cleint is null also wfb.client is null and ...Answered | 1 Replies | 2336 Views | Created by Aminesh - Friday, November 18, 2011 5:35 AM | Last reply by Hasham Niaz - Friday, November 18, 2011 5:40 AM -
1 Votes
Casting Nulls to Null Types Justification
My question being if the OleDbCommand.ExecuteReader() function fails, does it assign an OleDbDataReader varible\object as null or (OleDbDataReader)null ...Answered | 2 Replies | 2494 Views | Created by nj-c - Friday, March 26, 2010 3:51 AM | Last reply by nj-c - Friday, March 26, 2010 10:50 PM -
0 Votes
is not null
How do you display a value if it is not null?Answered | 1 Replies | 3162 Views | Created by Tessa75 - Sunday, June 3, 2012 2:50 PM | Last reply by ArthurZ - Sunday, June 3, 2012 9:36 PM -
0 Votes
Not Null
I need to find all the columns from all tables that have NOT NULL constaint of my database.Answered | 3 Replies | 2413 Views | Created by KP_SQL - Friday, August 3, 2012 3:33 PM | Last reply by shriprasanna - Friday, August 3, 2012 3:54 PM - Items 1 to 20 of 436257 Next ›
No announcements