Page 1 of 1

Show one column related to the other

Posted: Sat Sep 08, 2012 8:47 pm
by dooblee
Hello,

I have a MySQL table with set of ids and values. And i want to display the value from the set that has the specific id.

Can I do it? Is it possible? If yes, how?

Thanks!

Re: Show one column related to the other

Posted: Mon Sep 10, 2012 6:29 am
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.

Re: Show one column related to the other

Posted: Mon Sep 10, 2012 3:20 pm
by dooblee
Sure. I have a table in mySQL with the following two columns and the data:
ID | value
1 | value 1
2 | value 2
3 | value 3

When creating a form, I’d like to include only one value from the one row where ID=2. Is it possible to do somehow?

Re: Show one column related to the other

Posted: Tue Sep 11, 2012 7:01 am
by Alex K.
Hello,

You can use the filter for databand component, also you can modify the query with using the construction "where".

Thank you.