Alan Isaacson
Posts: 0
Joined: Fri Nov 22, 2013 12:21 pm

Intelligent list display with multi fields

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Intelligent list display with multi fields

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?

Alan Isaacson
Posts: 0
Joined: Fri Nov 22, 2013 12:21 pm

Intelligent list display with multi fields

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Intelligent list display with multi fields

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

Alan Isaacson
Posts: 0
Joined: Fri Nov 22, 2013 12:21 pm

Intelligent list display with multi fields

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Intelligent list display with multi fields

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.

Return to “Issues”