Hi to everybody,
I'm new in ASPRunner, I created test pages using table.
For example using "Project" table and "People" table AspRunner created two tabs Project and People with respective list pages, edit pages etc. OK this was a good test.
But now I need to have ONE tab containing a list page direclty from a join query, for example like the list below.
Project name comes from project table, Manager name comes from people table, all the purchases from purchase table. All the 3 tables are in join.
How can I create that list? I expected to create a query in the "query" section and then to find that query in the "pages" section, but it's not so, I see only tables in "pages" section.
I need a help, thanks!!
-------------------------------------------------------
Project name: Manager name
-------------------------------------------------------
Project Purchases
-----------------------------------------------------
-- Software XXX € 10,00
-----------------------------------------------------
-- Software YYY € 20,00
-----------------------------------------------------
-- Hardware ABC € 10,00