Use this tag for specific questions about the order of results

learn more… | top users | synonyms

0
votes
1answer
7 views

Matlab: reading images from folder does not return filenames in order

I am reading jpg files from a folder. My code is as follows: inputImg= dir('C:\Documents and Settings\Administrator\Desktop\TestImages\*.jpg'); inputDir = 'C:\Documents and ...
0
votes
0answers
9 views

GD merge multiple png's in a different order

I am trying to combine multiple png's together into one image with PHP. The following code worked like it has to $imgH = 0; imagealphablending($container, true); imagesavealpha($container, true); ...
-2
votes
3answers
45 views

How to sort my list from lowest to highest

I'm creating java program. There is text file with data, program read data, after It added to list I need It to sort list from lowest to highest. This is my part of code where file is readed and ...
0
votes
1answer
28 views

thrust::sort missorts some values

I have some objects I want to sort on a host_vector, These objects have a < Operator defined, which compares the Id (a integer) of the objects. The vector contains pointers to the objects. If I ...
0
votes
2answers
9 views

Ordering a MySQL result set by a MAX() value of another table

Let's say I have two tables. Table 1: Employee roster | ID | Name | | ---| ------------| | 1 | Joe | | 2 | Jim | | 3 | Jane | | 4 | Jill | | 5 | Dilbert ...
0
votes
0answers
10 views

“There was an error processing your order. Please contact us or try again later.” error on checkout process

I am facing issue with magento. Error is : "There was an error processing your order. Please contact us or try again later." error on checkout process I am using Magento 1.6. Any ideas? Many ...
0
votes
1answer
15 views

How do you know if you have printed an order invoice on Magento 1.7? [closed]

This may be a simple question but .. is there some sort of notification or checkmark if/when you've printed out an invoice for an order, in the admin panel? My issue is that I tend to accidentally ...
0
votes
1answer
10 views

jQuery Skills Diagram with Raphaël not working if two other custom jscripts are also running

I have the following scripts called on a site: <script src="js/jquery-1.8.1.min.js"></script> <script src="js/bootstrap.js"></script> <script ...
1
vote
0answers
25 views

Why does magento generates random order id's

One of my magento site shows zig-zag order numbers from admin panel sales->orders. I guess, it should be auto incremented. There is possiblity to skip few numbers due to uncompleted orders. But i get ...
0
votes
0answers
4 views

In repository, order by the created date and updated date at the same time

I have two fields, Created date, Updated date. I order the details by created date like public IQueryable<Job> GetJobs() { ........ ......... ........... ...
0
votes
1answer
27 views

Spring XML Initialization order and Bean overridden

I am trying to understand a web system using spring and I can not debug it. Now I am confused by the order of the XML initialization. Support I have an web.xml which is like this: ...
0
votes
1answer
11 views

How to find customer purchased from which store?

I have 2 stores under a single magento named as aaaaaa and bbbbbb. Store ID's are 1 and 2. Mage::app()->getStore()->getStoreId(); I know this line of code is used to get current store ...
0
votes
1answer
46 views

Quick little puzzle-y Java thing

Sorry, I couldn't think of a better title. Anyway, when I compile the following code: class Example{ public static void main(String[] args) throws Exception { int x = 3; x -= 2 ...
3
votes
2answers
28 views

Order parent object list by child list attribute

I want to sort an object list in C# by LINQ, I want to order this list by a child list with a certain attribute: The class structure based on nhibernate, all Attributes are public virtual. ...
0
votes
3answers
29 views

Changing the order of events in Jquery

So I created some pop-up code that will contain specific information from each link clicked in the pop-up. When closed, the content in the pop-up div gets deleted. Here is my code: var $content = ...
2
votes
2answers
46 views

ORDER BY variable AFTER statement

Here is my code: <?php $data = mysql_query("SELECT * FROM board") or die(mysql_error()); while($info = mysql_fetch_assoc( $data )) { if(!empty($info['user'])){ Print "".$info['user'].""; } else ...
0
votes
0answers
12 views

my module sales orders Issue in magento

I based admin panel-> sales-> orders,added new a module admin panel-> sales-> presale,use orders datas.There are something wrong with my view page. My view page: ...
0
votes
0answers
15 views

Simple forum app order by latest by most recent, Ruby/Rails/MySql

What I have is Posts which has_many Comments. I want to mirror the ordering of a conventional forum, where the most recently created objects are at the top, be it a new Post with no comments, or an ...
0
votes
1answer
36 views

Multiple Comparable in a class

I'd like to know if is possible implementing more Comparables for a single class. I have first to order my arraylist by a integer field and next in another part of my program i have to order it by ...
0
votes
1answer
22 views

How order the element in the case I pass them whit “get_object_or_404” from views

I want to order "film" of "regista" ( {% for film in regista.film_set.all %} ) and "sequel" ( {% for sequel in film.sequels.all %} ) by "anno", but I don't know how I have to do....Thanks fo ...
0
votes
1answer
15 views

To set minimum order amount to customer who have already purchased

Initially i set minimum order amount as $1000. But now i want to allow the customer who have already purchased only,to make reorder with below Minimum Order i.e)that customer can reorder with $500. i ...
-1
votes
0answers
15 views

Totals.phtml not display in magento order and new order email [closed]

My magento not load order/totals.phtml This is in My account/Order It should have totals informations like below image It also not show in Admin>Sales>Order and email. Have anybody know what's ...
1
vote
1answer
18 views

Order of keys returned via Object.keys from an object

Object keys are not guaranteed to be ordered. Keys can be numerical or strings. Object.keys(yourObject) returns an array of the keys on that object as strings. On Chrome, Safari, Firefox, and in ...
0
votes
3answers
26 views

MySQL query to group by and use distinct row

I have a table formatted as follows: mysql> select pattern,trunks,cost from sms_prices where pattern=1; +---------+--------------+-------+ | pattern | trunks | cost | ...
0
votes
2answers
20 views

MySql order by (varchar) date in Mmm-dd-yyyy

So unfortunately I have a VARCHAR column of dates formatted like so: Jun-13-2013 (I understand that this is done incorrectly and should be stored in a DATETIME column in the standard format) I'm ...
1
vote
0answers
37 views

How to order levels in a variable based on both the sum of value in a variable and the levels in another variable?

I have a data frame looking like this that I'm preparing for a ggplot: txt <- "v1 v2 v3 'Strongly agree' 83.1 var1 'Agree' 14.9 var1 'Disagree' 1.5 var1 'Strongly disagree' 0.6 var1 'Strongly ...
-1
votes
0answers
32 views

Show payment detail in order email [closed]

Today my order email like above image.Just have price for products, it doesn't show total price with shipping and tax and total. I would like to show it as follow image If anybody know where or how ...
0
votes
0answers
71 views

Delphi XE4 dynamic panel alignment order

I have a Firemonkey app. that dynamically adds a number of objects derived from a TPanel with Align := TAlignLayout.alTop; However, the last object ends up at the top, with all the others in the ...
0
votes
2answers
26 views

MySQL ORDER BY or GROUP BY

In relation to: MySQL ORDER BY Customized I have another question. We have an id_competitor with various scores. id_competitor score 1 WIN 2 50+ 3 90+ 4 ...
1
vote
0answers
52 views

Symfony2 / Doctrine2 order joined relations with QueryBuilder

I'm using Symfony2 and have a headache on ordering results by joined relations with QueryBuilder. I want to select a group by ID with ordered related items. Here's the code: $rs = $this ...
0
votes
1answer
19 views

MySQL ORDER BY Customized

I have these rows y DB and I would like order by but in the below order with caracters and number. The colum Score is a varchar. WINNER and LOSER are in Score colum also. Score WINNER 100+ 100 90 ...
0
votes
0answers
44 views

Can depth peeling be implemented without any shader?

I don't know shaders, but I have a basic idea of their concept. I need to implement depth peeling and so I would like to know if first I should go deeper into the shader world or it could be ...
0
votes
2answers
108 views

sort alphabetically more select options

I have a problem with the select option. I need to sort in alphabetical order different select options (with text and auguali value option). I found an interesting script that seems to work only for a ...
0
votes
0answers
23 views

magento sagepay place order redirecting to cart page

I have installed ebizmarts/extension/5684/ebizmarts_sagepaysuite but when click place order button it continue processing fro 45 seconds and then it redirects back to cart page. I have tried ...
1
vote
1answer
39 views

How to set minimum purchase order amount

When customer places an order, how to set minimum order amount? i.e) Total amount of order not below than $500. I know how to get total order amount. But I don't know where to place that code and ...
-2
votes
1answer
37 views

get the first variable that changes in c++ [closed]

i'm working on a project with Stasm, i've some points and i have the distences between each 2 points and when a faciale expression is changed i want to get the change in the distance between each ...
0
votes
0answers
20 views

Django: order_with_respect_to value changes unexpectedly

I am building an app that manages educational standards for a school. I have two relevant models, School and SubjectArea. class School(models.Model): name = models.CharField(max_length=500) ...
0
votes
1answer
31 views

Stata. How to order variables in a customized order?

I have the following: state income stateID race year education IL 200 12 2 12 15 ML 230 32 12 2 10 .................................... Is there any way to ...
-1
votes
1answer
46 views

Order y-axis of ggplot by another factor (not alphabetically) R

I've read a lot of Q&As on sorting the y-axis of a heatmap made in ggplot2 and thus feel bad writing yet another, but I cannot seem to achieve what I desire. (This probably is because I am new to ...
0
votes
0answers
17 views

Is there a “smart” way to handle the drawing order?

I'm working on an isometric game. I'ts been going pretty well so far. One of the key features is a cam that can rotate 360 degrees around the player. However, this makes depth calculations for ...
0
votes
0answers
35 views

I want to upload a image file in magento while creating order from backend

How do I upload an image file in Magento while creating order from backend?
0
votes
1answer
29 views

Custom Magento Module sometimes fetch random data from sales tables

STORY (Sad): I'v been assigned to fix this bug we had for a long time, unfortunately the module was written 2 years back by a Dev who already left the company :( FUNCTION : Module is develop to fetch ...
1
vote
3answers
48 views

How to change order of substrings inside a larger string?

This is fairly confusing, but I'll try to explain as best I can... I've got a MYSQL table full of strings like this: {3}12{2}3{5}52 {3}7{2}44 {3}15{2}2{4}132{5}52{6}22 ...
0
votes
1answer
15 views

MySQL swap column values of two rows without violating the unique contraint?

Similar to how to swap values of two rows in mysql without violating unique constraint?, but not quite.. I have a table like this: CREATE TABLE IF NOT EXISTS `links` ( `id` int(11) NOT NULL ...
0
votes
2answers
44 views

@OrderBy not working properly in JPA

How does @OrderByWorks?? It is not working here in the flowing code: //Employee.java package com.semanticbits.pojo; import java.util.List; import javax.persistence.CascadeType; import ...
0
votes
1answer
49 views

Plot data in descending order as appears in data frame

I've been battling to order and plot a simple dataframe as a bar chart in ggplot2. I want to plot the data as it appears, so that the values ('count' variable) for the corresponding categories ...
0
votes
1answer
19 views

BuddyPress “Order By” function doesn't work

I am using WP 3.5.1 and BP 1.7.2. The "Order by" function in my website : http://teachersinvietnam.com/members/ isn't working. In Chrome I have the following message : Uncaught TypeError: Cannot ...
1
vote
3answers
23 views

mysql select order issue

I have a table like that id UserID score create_time 7 002YEXEKF9 120000 2013-06-06 14:04:52 8 0008FV2FN5 120 2013-06-06 15:10:39 9 0008FV2FN5 130 ...
0
votes
1answer
29 views

Sort column in MySQL for user defined order

I'm needing to be able to give users the ability to sort their data. The schema I have is like this: http://sqlfiddle.com/#!2/48100 I want to add a sort column to this table. The sort column should ...
0
votes
2answers
41 views

jquery appending multiple elements to DOM loses sort order

I have an object (returned from a json request) that has multiple records that I want to append to the DOM. The object elements are in a specific order that needs to be maintained as I insert these ...

1 2 3 4 5 45