Dropdwon Sort by Tittle
- Single Page
Posted 24 December 2012 - 21:17 PM
I have Location,
Store 1 and Store 2, and i want to sort data by Store 1 or Store 2 and both.
Thanks
Posted 25 December 2012 - 01:17 AM
Posted 25 December 2012 - 01:44 AM
thanks
Posted 25 December 2012 - 09:03 AM
Posted 25 December 2012 - 12:22 PM
Thanks
[attachment=406:dropdown_table.PNG]
Posted 25 December 2012 - 12:34 PM
Is it one table or do you have two tables?
Posted 25 December 2012 - 12:47 PM
You can use for all columns or for "store" only?
Is it one table or do you have two tables?
[/quote]
Hello Victor, just for Store only.
The Table qty_location is:
Column 1: ID
Column 2: Product_id
Column 3: Quantity
Column 4: Location_id
i have also a relation to show the name of location, but this is not a problem.
Table Locations:
Column 1: ID
Column 2: Code
Column 3: Name
the location_id from qty_location is related with id from locations. but i will not use this relation im using the call back option to override the name of location.
Thanks
Posted 25 December 2012 - 12:55 PM
Posted 25 December 2012 - 13:47 PM
http://www.grocerycr...header-library/
[/quote]
Hello Victor, sorry but i dont know from where to start, this is a reference for categories adding a new library, i think that for my issue can be another solution more easy.
Thanks