Page 1 of 1

Intelligent list display with multi fields

Posted: Fri Nov 22, 2013 12:21 pm
by Alan Isaacson

I want to create an intelligent list of upcoming pool matches, preferably showing a date, an opponent and whether Home or Away. Is there an easy way to do this expanding on Tutorial 1 with the database driven list


Intelligent list display with multi fields

Posted: Fri Nov 22, 2013 12:38 pm
by Maryna Brodina

Hello! Not sure I understand what exactly you mean. Please check this tutorial http://docs.appery.io/tutorials/build...
Is that something that you need?


Intelligent list display with multi fields

Posted: Mon Nov 25, 2013 1:48 pm
by Alan Isaacson

Hi,
Many thanks for the prompt answer. I am trying to set a list that pulls in two pieces of information such as a name and date field eg;

Team 1 22/01/2014 Home
Team 2 29/01/2014 Away
Team 1 05/02/2014 Away

Where the team name, date and venue are all pulled from the same row in a database, so the format is always [team][date][venue]

Rather just a single field being listed.


Intelligent list display with multi fields

Posted: Mon Nov 25, 2013 3:51 pm
by Maryna Brodina

Hello! Could you clarify do you want to save all of it in one DB cell and then show in one Label component?


Intelligent list display with multi fields

Posted: Mon Nov 25, 2013 4:40 pm
by Alan Isaacson

Preferably it would be 3 columns containing a string for team, a date for date and a string or Array for Home or Away. I am just trying to work out the easiest way to show a set of fixtures for our pool team, If you can think of a better way I am happy to try it.


Intelligent list display with multi fields

Posted: Mon Nov 25, 2013 9:57 pm
by Maryna Brodina

Use 3 DB columns: string for team, date for date and string for venue and use mapping to show these values where you need it.