No announcements
Found 71248 threads
-
0 Votes
show measure numbers as positive numbers
; So you could just use the same format for positive and negative numbers (excluding the leading minus ...Answered | 2 Replies | 389 Views | Created by kvd123 - Tuesday, January 30, 2018 4:07 PM | Last reply by Darren Gosbell - Tuesday, January 30, 2018 10:36 PM -
0 Votes
Positive numbers
Hello all, I have this code but i need to update it. I need that in column "Q" and "R" I can only be ...Answered | 3 Replies | 594 Views | Created by JPMR - Wednesday, July 10, 2019 2:15 PM | Last reply by Subodh Tiwari (Neeraj) sktneer - Thursday, July 11, 2019 12:31 PM -
1 Votes
How to let textbox1 only enter positive whole numbers and positive decimal numbers
How to let textbox1 only enter positive whole numbers and positive decimal numbersAnswered | 4 Replies | 1574 Views | Created by Falkon10 - Tuesday, January 10, 2012 9:49 PM | Last reply by Devon_Nullman - Wednesday, January 11, 2012 3:30 AM -
0 Votes
Regular expression to allow negative and positive numbers?
only accepting just positive numbers. How do I modify the regex(@"\d+") also check for negative numbers?Answered | 4 Replies | 18767 Views | Created by RandyPete - Wednesday, October 2, 2013 8:35 AM | Last reply by RandyPete - Wednesday, October 2, 2013 4:36 PM -
0 Votes
Sum last 150 negative and positive numbers in a column
already know how to sum of positive numbers and negative numbers I will not mentioned that. I just want to recommend you to use backward ...Answered | 4 Replies | 428 Views | Created by BigBubba32 - Sunday, June 12, 2016 3:24 AM | Last reply by Deepak Saradkumar Panchal - Tuesday, June 14, 2016 4:54 AM -
0 Votes
Positive numbers show as negative when aggregated
Hi, I am running into a problem with Analysis Services. The aggregated sums when rolling up in the time dimension is showing negative numbers, even though they should ...Answered | 2 Replies | 3406 Views | Created by twang80 - Monday, August 31, 2009 5:33 PM | Last reply by twang80 - Monday, August 31, 2009 8:46 PM -
0 Votes
Find positive or negative numbers?
Hello. How can i find positive or negative number within data column? i.e there is column with many numbers, positives negatives and zeros, how ...Answered | 1 Replies | 2461 Views | Created by YakirCohen - Monday, September 5, 2011 8:08 AM | Last reply by Peter Thornton (Excel MVP 2008-13) - Monday, September 5, 2011 8:33 AM -
2 Votes
Subtracting debits from credits when they are all positive numbers and credit/debit is indicated in a seperate column
Hi, I have a table with four columns - InvoiceCreditLineID, SOPOrderReturnLineID, InvoiceCreditQuantity, SOPInvoiceCreditType. The third contains only ...Answered | 4 Replies | 3644 Views | Created by Netia - Thursday, September 2, 2010 1:42 PM | Last reply by Netia - Thursday, September 2, 2010 1:55 PM -
0 Votes
select count of negative numbers and positive numbers from a column
0 then 1 else 0 end + case when col4> 0 then 1 else 0 end + case when col5> 0 then 1 else 0 end as [Positive Numbers] from ...Answered | 4 Replies | 10417 Views | Created by oleolehoohoo - Monday, November 19, 2012 4:24 PM | Last reply by Jingyang Li - Wednesday, November 21, 2012 9:32 PM -
0 Votes
Showing the + sign as prefix for positive numbers
Hi, I would like to know how to Format a textbox to show the positive sign (+) in the even that the number more than zero. I would prefer -
0 Votes
Excluding only positive numbers from a varchar column
0 THEN 1 END IS NULL GO I only realized you meant positive by reading the title as well. Please try to put the entire question in the same area. It confuses me less. ...Answered | 6 Replies | 332 Views | Created by Enric Vives - Thursday, April 19, 2018 9:57 AM | Last reply by Enric Vives - Thursday, April 19, 2018 3:14 PM -
5 Votes
Adding/Subtracting/Multiplying positive and negative numbers
To handle negative numbers, your operators should start by checking if one or both numbers are negative, store that information, do the appropriate operation on the positive ...Answered | 9 Replies | 9809 Views | Created by 3r1c - Sunday, February 26, 2012 4:43 AM | Last reply by Cor Ligthert - Monday, February 27, 2012 2:38 PM -
0 Votes
Summing positive and negative numbers within a table column
the table, one of the table cells is supposed to contain a SUM() of all the numbers above it in the column. This works fine when all the numbers are ...Answered | 5 Replies | 5231 Views | Created by cpnc - Monday, August 1, 2011 10:00 PM | Last reply by cpnc - Tuesday, August 9, 2011 2:07 PM -
0 Votes
How to customize font for negative and positive numbers via C#.
data into an excel sheet, If numbers are negative I want to wrap them in paranthesis, and make the font red, if its positive, just color it green, how can I achieve ...Answered | 5 Replies | 5751 Views | Created by kalamantina - Sunday, September 25, 2011 11:29 PM | Last reply by Peter Thornton (Excel MVP 2008-13) - Monday, September 26, 2011 11:20 AM -
2 Votes
How to sum only the positive numbers in a Pivot table when using Power Pivot
0) = CALCULATE([TOTAL DIFF (FORECAST-STOCK)], [TOTAL DIFF ...Discussion | 4 Replies | 4971 Views | Created by LearningHorse - Friday, March 6, 2015 3:35 PM | Last reply by Imke Feldmann - Saturday, March 7, 2015 7:59 PM -
0 Votes
My Gross pay is coming out to $0.00 during run time when it's not supposed to do that.
The hours and rate variables are never set in your code. Set them to positive numbers and see if it works.Wasabi FanUnanswered | 16 Replies | 827 Views | Created by Undfn3d - Thursday, October 17, 2013 12:11 AM | Last reply by Undfn3d - Thursday, October 17, 2013 2:08 AM -
1 Votes
Form scales..
Hi, All How can I reverse the coordinates system for forms and controls (for vb.net 2005) , in which the positive numbers get toward upper of zero and ...Answered | 10 Replies | 866 Views | Created by SonOfNet - Friday, January 23, 2015 7:23 PM | Last reply by tommytwotrain - Sunday, January 25, 2015 2:37 AM -
1 Votes
Trying to a write code that will Count Positive and Negative numbers and computing the average of numbers
I am a student trying to write a program that the use can input as many positive and/or negative numbers and the loop will terminate if the user enters a 0' Then it will sum up ...Answered | 2 Replies | 20393 Views | Created by DougS1965 - Monday, March 21, 2011 3:26 AM | Last reply by DougS1965 - Monday, March 21, 2011 4:44 AM -
0 Votes
Problem with AutoValidate component when using format string on negative numbers
format for positive numbers but which remove spaces between minus sign and number in negative numbers? For example if I got -1234567, then It gives me -1 234 ...Answered | 5 Replies | 1961 Views | Created by xxviktor - Tuesday, August 30, 2011 4:40 PM | Last reply by Mitja Bonca - Tuesday, August 30, 2011 6:58 PM -
0 Votes
Serial Communication on VB 2010
I tried that before, but when you put a zero on receivedbytesthreshold it triggers an ArgumentOutOfRangeException because it only works with positive numbers, but you are right the ...Answered | 12 Replies | 4125 Views | Created by CristianRubiano - Friday, June 28, 2013 8:52 PM | Last reply by dbasnett - Monday, July 1, 2013 7:56 PM - Items 1 to 20 of 71248 Next ›
No announcements