The multiple-value tag has no wiki summary.
2
votes
1answer
112 views
How to send multiple variables through Arduino serial port using ZigBee
I want to send five potentiometer values (bytes) through ZigBee using Arduino. I stored the potentiometer values in five different variables (bytes) and used
Serial.print(pot1);
Serial.print(pot2);
.
...
0
votes
1answer
38 views
Splitting (duplicating rows of) an SQL table based on the values in one column
I have a table which is the result of an export and has the columns and values like the following
Name Aliases Ranks
Ben BenA BenB BenC 1 5 3
Jerry JerryA JerryB 7 3
Aliases ...
0
votes
2answers
234 views
PHP Select List - Insert multiple values in database
I'm trying to insert multiple values in the database using select list. What I got so far:
HTML
<form enctype="multipart/form-data" action="" method="post">
<select ...
0
votes
1answer
183 views
AutoComplete Multiple Values, Preserve LineBreak
I am using the code from the jQuery UI example for multiple values. When I try to put a line break in, it will let me, but then when I try to add a new item, it removes the line break. How can I ...
0
votes
1answer
98 views
HashMap Java Cannot Display Multiple Values
Let me start by saying I have a file. For more info, you check it here.
I have already added the edges on the hashmap with multiple values. I have check it by adding this piece of code:
...
1
vote
1answer
301 views
Excel 2007 (Conditional Formatting) AND & IF
I hope you can help me on this issue.
I am currently using Excel 2007 and I am creating a dynamic Planning/Time Sheet for our Team.
So far everything is going well.
Now unfortunately I am having an ...
0
votes
2answers
72 views
MySQL SELECT rows which respond to specific MULTIPLE values in one of the columns
I've looked all over the Web, and in StackOverflow as well, and have found many similar topics, but none that answers specifically my needs. So I'm sending this out there, knowing there's probably ...
0
votes
2answers
157 views
Make jquery :Contains accept multiple values
I have a simple live search filter that runs as follow:
jQuery.expr[':'].Contains = function(a,i,m) {
return jQuery(a).text().toUpperCase().indexOf(m[3].toUpperCase())>=0;
};
var $section = ...
1
vote
1answer
330 views
Codeigniter passing multiple checked parameters back to the view
I new to CI, and in doubt of how to passing params, my scenario is:
1) A form with multiple checkbox, seen as online_booking.php, user would checked multiple options.
2) User click button to call jq ...
0
votes
1answer
67 views
Assign multiple rows from one table to a cell in a second table (MySQL)
Ok so we have Table 1 (T1) and Table 2 (T2)
Structure:
T1 (main table):
ID (Auto-Increment)
Name
Properties
T2 (properties table):
ID
Property Name
Let's say table 1 has two entries. Table 2 has ...
0
votes
1answer
190 views
How do I access “extra data” stored in XML using JQuery to populate a drop down
Pavel K's answer worked. However, for an unknown reason I needed to change the "data-stationID" to something like "data-sid". May be a mixed case issue?
For anyone else needing more than one piece of ...
1
vote
1answer
78 views
.htaccess rewrite for date i.e. /2012/12/31
I am trying to create some rewrite rules to organize content by date via URL in a short, readable way.
i.e.
http://mysite.com/post/index.php?a=Dave&b=2012&c=12&d=31&e=1
...
0
votes
1answer
346 views
php arrays, storing multiple values with the same key within foreach loop
I believe what I'm trying to accomplish is straight forward.
Some context, the code below simple pushes a city name ($cityProx) into a single dimension array($validLocationCity) if the a given ...
1
vote
1answer
749 views
Submiting multiple values from a dropdown menu in PHP
I hope someone is going to be able to help me on this one!
I'm developing a web application in php and I want to submit an activity from one of my co-workers. Sometimes the activity is done by more ...
2
votes
1answer
273 views
Cookie multiple values
In the php manual under section "cookies" it states that you can add multiple values to a single cookie by simply adding a '[]' to the cookie name.
At first my understanding of this was to do the ...
0
votes
2answers
579 views
Get multiple values from strut2 iterator
I am new to struts. I dont know exactly if my solution for my problem is correct or not.
My problem is I have two tables as shown below
I would like to create an HTML table based on the above ...
2
votes
2answers
532 views
How to assign multiple values at once to multi-dimensional array AFTER creating it - in C?
I'm programming in C and wonder if it's possible to assign multiple values at once to a multi-dimensional array?
I have tried some technique but all have failed!
I’m NOT interested to loop through ...
-1
votes
1answer
126 views
Multiple value parameter not loading on server
My problem is with the reporting services for sql2008:
-I add a parameter to an already established report, where I get the names of certain people. RespStep, and it shows on the preview. But when I ...
1
vote
2answers
246 views
find xml element with multiple values
Can I use element.findall() from xml.etree.ElementTree to find an element with multiple values in a single attribute?
I can use this to find all of the div elements with class="day":
from ...
2
votes
2answers
804 views
Java Enum: Take Multiple Values at a Time
Correct me if I'm wrong:
enum is a type
an object of some enum type can take 1 and only 1 enum value at a time
Now I've got a question:
Assume I've defined an enum(or some other data structure ...
0
votes
5answers
4k views
Android sqlite update row
Im trying to update a row in my table but the update function seems not responding. Is everything ok with my function, or i'm I somewhere wrong?
public int editChild(int id, String name, String dob,
...
2
votes
2answers
464 views
posting 2 values to array from single checkbox
I have a situation where I'd like to post two values to a search query string array from a single checkbox. Because of the design, I can't just add another checkbox.
The checkbox in question looks ...
0
votes
1answer
2k views
Excel: How to analyze cells with multiple values?
i have a table with a column NeedSegment containing cells with values like the followings:
OEMrs;#Partners;#Balancers;#DoItYourselfers;#Savers
OEMrs;#Partners;#Balancers
Savers
A different column ...
1
vote
4answers
96 views
PHP: If statement matching several values prints nothing, elseif prints a div. Howto?
Good evening!
Being a total PHP-n00b I'm asking here hoping some clever brain out there can help me out.
This is the case:
<?php if(wpsc_product_count() == 3 ) :?>
<div ...
1
vote
1answer
1k views
Access 2010 Update Query for a Multivalue Field Set Equal to Value of Other Table
I have a database of U.S. Congressional information whereby I have FirstName, MiddleName, LastName, District, State, Party, etc. of each Congressman in the 112th Session of the U.S. House of ...
1
vote
1answer
2k views
How to add multiple value textfield to Drupal form?
Is it possible and how to implement one textfield with multiple values in drupal form?
Say, I have the next code:
function mymodule_admin_settings() {
$form['email'] = array(
'#type' => ...
1
vote
1answer
1k views
ReportViewer - how to filter on Multi Value Parameter
I have a report that uses a Multi Value parameter. I have added this to the report and can specify the parameter values in code.
Now I want to filter the data on the report by the multiple value ...
7
votes
8answers
10k views
Hashtable with mutiple values for single key
I want to store multiple values in single key like:
HashTable obj = new HashTable();
obj.Add("1", "test");
obj.Add("1", "Test1");
Right now this throws an error.
1
vote
4answers
2k views
PHP MySQL Searching multiple values in one field
How can I store multiple values in a single SQL field and ensure this data is searchable?
For example I want to be able to do this
name | num
-----------
John | 21, 22, 34
Mike | 41, 32, 43
Dave | ...
1
vote
1answer
923 views
Comparing values from a string in a MySQL query
I'm having some trouble comparing values found in VARCHAR fields.
I have a table with products and each product has volume. I store the volume in a VARCHAR field and it's usually a number (30, 40, ...
0
votes
5answers
2k views
Are there any way to use delphi inputbox with multiple values?
I want to get multiple different types values (time, pressure, name, ...) from user. and I want to customize my inputbox. But it take only one value.
Are there any way to solve this situation, or any ...
19
votes
4answers
27k views
How can I store multiple values in a Perl hash table?
Up until recently, I've been storing multiple values into different hashes with the same keys as follows:
%boss = (
"Allan" => "George",
"Bob" => "George",
"George" => "lisa" ...




