Percentage is a ratio or fraction of a quantity that shows the ratio from whole part of quantity. Percentage demonstrate how much part is there out of 100.
0
votes
0answers
14 views
Prevent half pixels position when apply a percentage based 2D transform in Webkit
When applying in webkit a 2D transform using a percentage, in this case translateY(-50%) it seems that if the object size isn't even, the result will be blurry edges.
Does anybody know how to ...
0
votes
2answers
26 views
how can I arrange my textViews with reference to screen size?
I have 15 textView elements and I want to align as one under the other. But when the screen size narrow, some textViews disappear. How can I arrange this? (I've been using RelativeLayout. If there is ...
0
votes
1answer
20 views
How do I make add_image_size thumbnails percentages in php?
In my theme-functions.php file, I have
add_image_size('ad-medium', $width = 250, $height = 250, true );
This determines the size that Wordpress creates 'ad-medium' thumbnails. Any changes to this ...
1
vote
0answers
24 views
ASP Format to percentage specific row of gridview
I have a fixed size table databound to a gridview from a stored procedure:
Note: the table is 17 columns long.
Currently I'm using a For..Next statement to alter the background colour of the ...
0
votes
1answer
16 views
Android Xml Programming, poisition buttons on the availble space depending on the size
I've runned into a small problem, I want to create buttons that are positioned on a certain part of an image.
My original though was using an image as an background for my LinearLayout and place the ...
1
vote
2answers
36 views
Calculating a value range in percent
The following function takes a DPI value and returns a percentage:
100% if the value is bigger than 200
50% to 100% if the value is between 100 and 200
25% to 50% if the value is ...
0
votes
1answer
11 views
How to get the actual value after subtracting discount(%)
I want to get the total amount with the help of Final amount and Discount rate.
For Example.
Grand total = 100
Discount = 15%
Final Amount =100*.15=85
if I have only two variables
Final ...
1
vote
2answers
47 views
How do you convert to percentage by using COUNT in SQL?
For example, if I want to list the percentages of males and females in the 'Employee' table.
Is this right?
SELECT Sex, COUNT (Sex) AS [%]
FROM Employees
GROUP BY Sex;
And what if I want to list ...
7
votes
1answer
106 views
Row Percentages in crosstable generated from summary() from the Hmisc package
I have been trying to learn to use the summary()-function from the Hmisc-package to generate crosstables that include chisquared tests. With help from this board I'm almost there. I just can't figure ...
1
vote
1answer
23 views
How to weigh percentage versus quantity?
So I have a leader board I'm trying to develop and I've run into a bit of a problem...
It's a roulette game and I want to show who was the best stats.
Lets look at the following examples for scores:
...
0
votes
1answer
12 views
Percentages in MySQL - Between two columns in the same table
I have a MySQL Table that looks like this:
Name | Pass | Fail | Pass Percent | Fail Percent
Abdy | 20 | 5 | |
Bob | 10 | 5 | |
Cantona | 40 | 10 ...
-8
votes
2answers
45 views
Random Number Creation With Percentage in a certain Range [closed]
Can anyone help me create random numbers from 10-30% of a number? (in java)
A RANDOM NUMBER FROM 10% TO 30% OF X;
EXAMPLE
10 - 30% OF X ARE...
11,20,26,30,29,22....
0
votes
0answers
14 views
“sample” a mysql fulltext query with one criteria
I run frequently a fulltext query which succeeds, it sends me the result I need, but I realize i need a new feature...
For few queries, some store are overestimated ( example: if I search for ...
1
vote
5answers
55 views
Calculating percentages in js [duplicate]
I'm trying to create a simple percentage calculator using javascript.
I try a simple calculation in the console (try it):
106 / 100 * 10
And it returns me:
10.600000000000001
What is going on ...
1
vote
0answers
26 views
Error with computed size of relative-size HTML elements in javascript
My window object has a width of 1361px.
A container div has its width set to 90%, that theorically makes 1224.9px.
However, the computed size of it ( $("#mycontainer").width() ) returns 1225px. FYI, ...
3
votes
3answers
100 views
In Python, how can I check if 2 numbers in a list are within a certain percentage of each other?
I have a large list of numbers, and I want to see if any of them are approximately equal. If 2 numbers are "approximately equal" (for my purposes), both of them fall within 10% of each other (see ...
1
vote
1answer
37 views
Formatting a cell to a percentage in PHPExcel
I am automating an excel spreadsheet using PHP.
I have been looking for a way to pragmatically format a cell to a percentage in PHPExcel.
I want to change a value like
0.077922078
to
8%
...
0
votes
2answers
79 views
Android Java using a switch / case to calculate different percentages
I'm having a bit of a conundrum..
I have a variable called "results" which is the result of a previously calculated variable and then appended either +10%, +20%, 0%(the same as it is..) -10% and so ...
1
vote
0answers
34 views
Known Bug on Zurb Foundation ? large-2 Columns x 6 = 100.0002%
In foundation, width of the large-2 columns is 16.6667%
scene-1: When creating six large-2 columns inside a row, the total width becomes 100.0002%
It is not noticeable for human eye. However it isn't ...
-2
votes
1answer
40 views
How to calculate the fall of a value for one entity to rise the other entity percentage by x [closed]
I was working on bid prediction system, and was calculating favorable chances of current bid through payoff table(Game theory), and i considered the values as %age benefit from difference in various ...
0
votes
1answer
24 views
Calculating percentage of a map values
I made a program that counts the number of occurrences of all the letters in a given String using TreeMap(String, Integer) (named alphaFreq). Now I want to represent these occurrences as percentages ...
-3
votes
1answer
23 views
How to charge a customer a certain percentage of total instead of whole amount? [closed]
I have a website I'm creating that deals with Contractors in industries like Construction, roofing etc. I want it to work like this.
For example, if you want a new counter-top installed then you ...
0
votes
1answer
41 views
Minimum Required SDK - Percentages
Does anyone know what percentage of consumers use each operating system for Android?
When choosing the minimum required SDK, you of course want to target the largest audience possible, but lose as ...
-1
votes
1answer
32 views
Convert 7.5 to 0.075 [closed]
I have a percentage field in a table which is populated by, I'll say poorly constructed data, one of the fields should be a percentage and is in the table as a decimal. however the data is as follows ...
1
vote
1answer
85 views
Percentage similarity between two strings
(I'm a beginner in c++). I already have correct number of mismatches, and everything in my program works fine, but when I try to actually calculate it the percentage comes up as 0. This is part of my ...
0
votes
1answer
31 views
SSRS percentage of a total
I would like to be able to get the percentage of each row with relation of the whole total. Here is my formula:
=COUNTDISTINCT(Fields!ID.Value, "NameOfRowGrouping") / COUNTDISTINCT(Fields!ID.Value, ...
1
vote
0answers
37 views
jquery percentage and min&max payment calculator
I had this one, which i founded a long time ago and edited for my needs. But right now, I am interested to edit it and add some functions.
For the moment it have fixed monthly fee, min&max loan ...
0
votes
0answers
30 views
Calculated Percentage Totals Always Zero in SQL Reporting Services
I'm having an issue with SQL 2008 Reporting Services when trying to calculate a row totals percentage value when compared to the total of all rows. When I try to calculate the percentage it always ...
0
votes
2answers
42 views
how to get count and percentage comparing two tables in mysql
I have two tables one from last year and the current year one.
I need to get the total count of each table then compare and get the percentage of last year count and then group them by ID.
Table2012
...
0
votes
2answers
44 views
does IE8 supports width values as percentages?
does IE8 supports width values set as percentages? I have a form which width value is set to 33.33% but IE8 ignores that value, unless is set in pixels.
-1
votes
4answers
80 views
Voting percentage calculation error [duplicate]
I have created a php program where user can can vote on polls and after that, the poll result will displayed with only percentage, however I am facing an error in my program. Code which I am using ...
1
vote
1answer
109 views
Devexpress TextEdit Mask regex Invalid
I am applying below Mask setting to Devexpress TextEdit control but on executing give me syntax error.
textEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
...
-1
votes
3answers
47 views
How to do a simple maths percetange calculation correctly in vb.net?
Please can someone help rework this equation to a correctly formatted string?
Dim Total = MyNumber / 100 * MyVAT
0
votes
2answers
44 views
Percent case statements
I was just writing an if statement to "spawn" objects in a map and I was playing with percents, but I'm not sure if I'm doing it right. This is what I have:
int chance = rng_.nextInt(0, 100);
...
0
votes
2answers
20 views
Centre percentage grid, HTML
I'm currently building my own little fluid grid for my own personal use before I move onto Sass and Less as I have no need for the large frameworks as I wish to understand some of the more simple ...
0
votes
2answers
50 views
Calculated Percentage Widths
What I basically have are two columns standing side by side on a percentage-based layout. The left column is always 175px wide. The right column is the remainder of the available width. Of course, ...
2
votes
1answer
35 views
Calculating percentage in C in Windows
I have the following line of codes to calculate the percentage of count/total.
In Microsoft Visual C++ 2005
printf("Count = %lu (%.2lf%%)\n", count, (double)count/(double)total*100.0);
In gcc
...
0
votes
2answers
35 views
Using jquery for numerical validation
I am trying to create something with javascript/jquery.
Every time I click on the fake Validate "button", I am trying to get the final value to subtract a number. In this case, I chose the number 1. ...
-1
votes
1answer
97 views
Calculating percentage in matrix SSRS
I am trying to insert a calculated percentage column in my matrix and after searching here still having issues.
Fields in dataset: Cons_ID,Age,Region
Row group: Region
Column group: Age (Ranges)
...
0
votes
1answer
102 views
Crystal Report Crosstab Calculations
In my crosstab, I am trying to add a summarized field that will take two other summarized fields and create a percentage based off of those.
One field totals all of the appointments for a provider ...
1
vote
0answers
38 views
Android: Scaling drawables relative to screen size
novice Android programmer here.
I am trying to make a map, consisting of several images. I got the layout working fine, but I am having a lot of trouble with scaling these images. I have googled and ...
-1
votes
1answer
63 views
Calculating % of days VB.NET
How is it possible to calculate the percentage of days completed by using VB.NET?
The datareader takes project_start and project_finished, stored as Date() in SQL-Server-2012.
This is what I tried:
...
1
vote
0answers
32 views
Div with background image and no content not displaying with percentage declaration
i want to display a div with a background image. I don´t want the div to have any other content than the background image and i don´t want to use a img instead.
It would work with fixed values like ...
0
votes
3answers
44 views
Calculating the percentage of dates (SQL Server)
I'm trying to add an auto-calculated field in SQL Server 2012 Express, that stores the % of project completion, by calculating the date difference by using:
ALTER TABLE dbo.projects
ADD ...
0
votes
3answers
23 views
My table is outputting incorrect values for the percentage
public class apples {
private static String[] level1 = new String[] { "A", "B", "I", "K", "N", "O", "P", "S", "T", "W" };
public static void main(String[] args) {
int[] scores1 = { 99, ...
1
vote
1answer
42 views
Calculate the percentage between 2 arrays and output a new array
For most of you, this will be very simple, but I'm a newbie- so don't hate too much! Ok, so I have two arrays, one showing 'correct scores' and another showing 'incorrect scores'. I want to create a ...
0
votes
1answer
97 views
Equidistantly spaced divs with percentages for responsive design
Working example and JS Fiddle
Trying to come up with a solution for this that creates a ul li list that displays items spaced apart equidistantly, but using percentages.
The solution needs to be ...
0
votes
1answer
412 views
Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
Highcharts 3.0 seems to have floating point number accuracy issue when displaying tooltips on a pie chart. I was able to recreate the exact error by using one of the highcharts demo pie chart - Pie ...
-1
votes
1answer
78 views
Linux. How to get Total CPU usage in one % value [closed]
I need to get the total CPU usage in one % value in Linux.
Somebody knows how to do it?
0
votes
0answers
33 views
Absolute Positioning and Percentages
I have two questions about absolute positioning and percentages. I have a large background image designed to take the whole screen with text and images overlaying the image. The issues appear on all ...





