The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
48 views

ASP.NET if statement creating div

I have a sidebar menu that creates div's within li's. The issue I'm having is that if item in the menu is active, it shouldn't create the inactive div before it. ie: it should only have ...
1
vote
4answers
58 views

Why is my modulo condition in my prime number tester not working?

I'm trying (and failing) to write a simple function that checks whether a number is prime. The problem I'm having is that when I get to an if statement, it seems to be doing the same thing regardless ...
0
votes
1answer
24 views

Wordpress conditional post layout

I need to display multiple styles of posts; News1 and News2. The problem i am having is that i need to display each post in a different style. IE for posts that are in News1 they need to have date ...
0
votes
2answers
37 views

Is it possible to use multi conditions in PHP switch resultant with multi actions (executible codes)?

Is it possible to use multi conditional statement in PHP (switch) resultant with multi conditional (executable codes)? The code might be look like this: In case of $fifth only was 9, $fifth -= ...
0
votes
0answers
51 views

Page not working in iFrame on IE

I have a page that works propper in all browsers, also in IE, but when I load it in iFrame it seems, that my javascript does not work. I used selectivzr to make css3 selectors work in IE. Is it ...
0
votes
2answers
41 views

Conditional Join on multiple fields in the same table

I have a scenario where you have two tables as below where in both tables, either the person_id or organisation_id is populated Table_1 email_id, person_id, organisation_id, email_address Usage ...
-1
votes
2answers
41 views

SQL Conditional Statement in Where Clause

I would like to write the following IF statement in SQL. Most of the where clause is constructed, but it's the condition around the statement that I'm struggling with: if @StuYear = 11 then AND ...
1
vote
2answers
36 views

SQL conditional where statement

I've written the following sql statement, but I'm unsure how to write the where statement because it is conditional. So I have: declare @subject varchar(100) select surname, forename, result from ...
0
votes
0answers
31 views

SSIS Package Conditional Split doesn't work

I'm creating a SSIS Package using Visual Studio 2008...I added a conditional split that isn't working. I'm selecting items from Oracle and then I need to filter the records. The filter uses the column ...
0
votes
1answer
33 views

Conditional Javascript Redirect With Back Button Checker

I have done a conditional redirect with javascript (depending of referer). However now I need to detect if user got redirected and then he clicked back button and got again to the page he has been ...
0
votes
2answers
10 views

IE Conditional operator: OR

I want to only include history and ajaxify if the browser is ie9 or greater, OR is not ie: <!--[if gte IE 9]> <script type="text/javascript" ...
1
vote
2answers
58 views

How to set a php variable using a jQuery conditional test?

I am trying to set a php variable using jQuery inside of a php file. In my php file I want to run a jQuery script that tests if a condition is so and if so it sets a php var to one value or else it ...
0
votes
3answers
51 views

If Condition not working in my command

Where Is The problem can anybody help me my if statement is not working as i want it to have checked my edittext is visible or invisible in android. Now i have to check the condition is., If my ...
4
votes
3answers
59 views

In php, should curly brackets be used even in short conditional statements?

In PHP, I do know curly brackets are not required for one-statement conditionals. But this question is about good coding style. (Of course when talking about style, it's usually better to just use ...
0
votes
3answers
52 views

What is the significance of while(true) condition?

I was going through a piece of code today in javascript and suddenly came across a situation where there was this piece of snippet. add: function (value) { var current = null; if (this._root ...
1
vote
2answers
46 views

consolidate repetitive if-functions in jQuery

What's the right way to consolidate this into one if statement? $('span').filter(function() { var myEl = $(this); var myText = myEl.text(); if (myText.match('foo')) { ...
0
votes
0answers
35 views

Conditional SELECT

I have a single directory table that contains employees and their immediate managers. I'm trying to loop up through the reporting hierarchy to return everyone up the reporting line as far as necessary ...
0
votes
3answers
37 views

SQL WHERE … IN clause with possibly null parameter

I am having some problems with my WHERE clause (using SQL 2008) . I have to create a stored procedure that returns a list of results based on 7 parameters, some of which may be null. The ones which ...
1
vote
1answer
49 views

Beginner - Python 2.7.2, ArcGIS 10.1 Multiple 'or' conditions, same action

I started using Python on Friday, so I'm at a pretty basic level.have an .mdx with several layers, and I wish to remove particular named instances at a stroke. So, I want to select the layers with a ...
-1
votes
1answer
37 views

Does JavaScript hoist if statements when object literals are involved?

Given an object literal inside the callback method of an AJAX request: node = { alpha: "", beta:"", charlie:"", delta:"" }; If I assign values to each of the keys: ...
0
votes
2answers
63 views

Panel data: How to specify a variable that refers to “number of years before and after change”?

This is how my time-series, cross-sectional data is structured: country year group change Afghanistan 1980 1 0 Afghanistan 1981 1 0 Afghanistan 1982 1 1 Afghanistan 1983 ...
-2
votes
4answers
80 views

Simple python conditional statement shortcut syntax [closed]

I am having trouble understanding the shorthand conditional statement in the python below. def number(number): return number or number == 3 print number("") What does this shortcut syntax ...
0
votes
2answers
19 views

javascript - object not a function error when evalulating whether something is null

I have the following code: console.log(callback); if (typeof callback != "undefined" || callback != null){ callback(); } where the console prints out: null but javascript is still attempting ...
3
votes
6answers
135 views

Please assist: “if” statement in C++

The following code prints the same result - twice (!) (using Microsoft Visual C++ 2010 IDE). I also printed the final values of each variable to see what was going on and there are in effect two sets ...
0
votes
0answers
39 views

For statement wont run in html UI javascript on GAS

I am creating a UI (using html) in google apps script and I am getting javascript and jQuery to dynamically add certain elements as a list to the web page. It gets the length of the data in the first ...
-6
votes
4answers
45 views

Conditional operators in Objective C [closed]

Can we use conditional operators in objective C as like in the C++. I just tried to implement like this (condition) ? true-statement : false-statement; ...
0
votes
1answer
23 views

Verify specific input value

First off, thanks for anyone's help on this. I have an input id #Mailer_Code. I want to submit a specific value based on whether this mailer code value matches the user's value or not, and create 2 ...
0
votes
1answer
67 views

Google Spreadsheet conditional on three cells

I've been trying to implement a conditional on my spreadsheet, basically a check-sheet with three conditional cells with "Yes" or "No" in them. All I want to achieve (using onEdit) is one all three ...
2
votes
2answers
22 views

Testing for Resources such as Drawbles and Background

I need to see if there is a way where I can test for what background a button has. For example, here is my psueduo code: if (button background is `R.drawable.black`) { button.setBackground(to ...
0
votes
2answers
64 views

Run script if screen size is less than 1024px

I'm running a script on my page that make the div id="homesplash" disappear when user scrolls beyond 600px as follows: $(window).scroll(function() { if ($(this).scrollTop()>600) { ...
0
votes
0answers
48 views

Can someone please verify that my SQL query using multiple joins and conditionals is correct using SQL Server 2008?

I have pasted a SQL query below that produces output(the output I got was a zero which I am assuming means I got no failures based on the conditionals, but getting a zero could mean other things as ...
0
votes
1answer
44 views

Referencing (Using an alias) the value from nested MySQL query in an outer conditional statement

I'm using a nested query to get the value I need from a table that I then need to use in a conditional statement, however, every time I try this I keep on getting an error saying unknown column ...
0
votes
1answer
11 views

Create a condition between SAVE and SAVE&PUBLISH

I seem to get a tangled mind these past few days with my project. I'm trying to build a custom cms and I am up to the point of creating posts for website pages. I have two(2) buttons -> 'SAVE' and ...
0
votes
2answers
95 views

How to use the average function with multiple conditional statements using SQL in Visual Studio SSRS 2008

I am trying to pull calculated data out of a SQL database using Visual Studio SSRS 2008. I am having problems trying to use conditionals in my select/from/where statements. One example of what I'm ...
1
vote
2answers
36 views

Remove “date-remote” => “true” on condition, Rails

I'm using the condition remove "date-remote" => "true", but it doesn't work. here my condition is: %a{:href => current_user.present? ? "#{"/posts"}" : "#{"/users/sign_in"}" , "data-method" ...
1
vote
1answer
102 views

How to use multiple conditional statements using SQL in Visual Studio SSRS 2008

I am trying to pull calculated data out of a SQL database using Visual Studio SSRS 2008. I am having problems trying to use conditionals in my select/from/where statements. One example of what I'm ...
0
votes
2answers
72 views

MySQL: adding conditions in SELECT

I am having a huge SELECT where I need to make some conditions. Eg: SELECT `t`.`title`, `t`.`price_paid`, `t`.`date_creation`, `t`.`date_upload` FROM `table_name` AS `t` WHERE ...
1
vote
1answer
18 views

query_posts making conditional statement disapear in Wordpress

I have a very peculiar issue with wordpress at the moment. I am new to WordPress and it is perhaps why I am finding it a bit of a mess in terms of code structure but I appreciate the amount of ...
0
votes
4answers
74 views

PHP AND (&&), OR (||) prioritisation in conditional statements

Could someone please explain whether or not it is possible to merge a PHP If conditional statement (which contains say AND) with another OR one? And if so, how would one structure the syntax? Which ...
1
vote
1answer
59 views

Creating a variable from a condition with more than 2 arguments

Following is an easy version of what I'm trying to do. I have the following vector: wage = 1:10 # Generate a sequence from 1 to 10 And I want to create another vector wage_level such that: (i) ...
1
vote
2answers
31 views

How to qualify the condition in a CASE expression (similar to WHERE clause)

Here is the table I have Company | Year | Amount ------------------------ CompanyA | 2008 | 5 CompanyA | 2008 | 4 CompanyB | 2008 | 4 CompanyB | 2009 | 1 CompanyC | 2009 | 4 ...
0
votes
1answer
23 views

If 2 of 3 conditions are met (w/o || “OR”)

Q&A How can I check if two of three conditions are met without doing a TON of OR-statements in my conditional-statement. i.e. if ...
0
votes
2answers
28 views

Multiple separate bracketed code segments after a conditional statement

In the following code example - is it bad practice? Also why does the compiler go into the 2nd bracketed statement? I've oddly never experienced this before but it came up in an interview situation. I ...
0
votes
2answers
94 views

Is there any tool available for Windows XP to fix IE9 issues?

I have a style issue in IE9. Menu bars not aligned correctly. I am using Windows XP only.But IE9 will be available for >Vista only. How can I test and fix IE9 issues in Windows XP OS ? Here I am ...
1
vote
2answers
54 views

How to check the range of the user input?

My goal is to prompt the user to input the number of rows and columns to generate a table using javascript (refer to the code below). However, the range of the number of rows/columns should be from 1 ...
2
votes
2answers
60 views

PHP variable with line spacing in conditional statement

*NOTE I found that the problem was trying to enter a space/line break in the email variable used for the "From" header value (duh). This of course can't work. So instead I appended the values to the ...
0
votes
0answers
92 views

T-SQL Merge statement conditional columns insert update in an instead of insert trigger

I am trying to achieve a conditional inserting / updating of columns respecting the user rights in a instead of insert trigger. There are 2 users, User U1 with Write can update ColumnA, ColumnB User ...
3
votes
2answers
65 views

Split a value in a cell and add to a newly created row in R

I have a dataset where I need to evaluate multiple entries with the same id code and split a cell value in the last row if a set of conditionals are met. Condtionals = the final row for that id has ...
0
votes
2answers
194 views

Conditional INSERT INTO statement in postgres

I'm writing a booking procedure for a mock airline booking database and what I really want to do is something like this: IF EXISTS (SELECT * FROM LeadCustomer WHERE FirstName = 'John' AND Surname = ...
0
votes
4answers
70 views

Multiple if statements in PHP

I know that this is not the way to do it but I'm having some trouble trying to set a variable using conditional statements. For some context, $foo, $foo_1 and $foo_2 are checking to see if a form ...

1 2 3 4 5 8