FrontEnd View Data Issue

AussieNeil 04 Mar, 2013
Hi,

I am sure it is me but just want to make sure.

I am getting a strange result when I use Frontend View to see Data.

I get the following:

# Name Order
1 Fancy Order
2 Lop Order

when I look at the frontend view but the words Order should be 0 for Fancy and 1 for Lop.

This is my Frontend List Settings for ListView Fields:

section_Name:Name, section_Order:Order

The database has section_Name and section_Order columns in the table.

Now if I add cf_id:id, to the front of the ListView Fields then I get the actual Id and then Name and Order for the other two columns for each of the rows.

What have I done wrong?

Regards,

Neil
GreyHead 04 Mar, 2013
Hi Neil,

Please try removing the space after the comma here:
section_Name:Name, section_Order:Order

Bob
AussieNeil 04 Mar, 2013
Bob,

Thank you.

Force of habit on my part. Should have looked at the example much much closer and seen there was no space.

Neil
GreyHead 05 Mar, 2013
Hi Neil,

Ideally the code would manage this for you but Max doesn't always remember this one so it's worth checking if something doesn’t work as expected.

Bob
This topic is locked and no more replies can be posted.