How 2 use ? 13 Years, 6 Months ago
|
Karma: 0
|
Hi, I can not understand how to present the data in the table. I need to bring a list of articles with the ability to sort by price, number, name, etc. Where each item is a reference to this article. How to do it? HELP is not informative description of the main functions but you can begin using it is not clear.
|
|
|
|
|
Re:How 2 use ? 13 Years, 6 Months ago
|
Karma: 760
|
Hello,
If you want to display data from database, specify "SELECT" SQL query which will select necessary data in "Choose source type -> SQL -> SQL query" parameter. If you provide structure of table(s) from what you want to select data, we will help to create SQL query.
Regards,
ARI Soft
|
|
|
|
|
Re:How 2 use ? 13 Years, 6 Months ago
|
Karma: 0
|
thanks for the reply
Suppose I have five articles, each containing a description of the inside of the restaurant, cost per location, capacity, address, name, etc. These parameters should be obtained from the article and put in a table according to these parameters to sort the data. Is this possible? To be honest I myself can not make an SQL query, you can help?
ie editing the article, the table will automatically be updated.
The format of the paper consists of, photos, descriptions, and key points: name, address, phone number, capacity, cost per location, etc.
In the article itself can be accessed through a link in the table
|
|
|
Last Edit: 2011/05/12 09:25 By wOrker.
|
|
Re:How 2 use ? 13 Years, 6 Months ago
|
Karma: 760
|
Sorry, but do you mean Joomla! articles? Do you have Joomla! article with text which contains some information about name, location and price? If yes, the extension can't get this information. It can get fields from SQL table or CSV file.
Regards,
ARI Soft
|
|
|
|
|
Re:How 2 use ? 13 Years, 6 Months ago
|
Karma: 0
|
Yes I mean joomla articles. Well then tell me how best to solve this problem, so no need to update a separate table, and article? Once you can automate this process?
|
|
|
|
|
Re:How 2 use ? 13 Years, 6 Months ago
|
Karma: 760
|
For example you can create CSV file with columns which will contains name, location, price and other fields and create table based on this file.
Regards,
ARI soft
|
|
|
|
|
|