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
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
Hi Neil,
Please try removing the space after the comma here:
Bob
Please try removing the space after the comma here:
section_Name:Name, section_Order:OrderBob
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
Thank you.
Force of habit on my part. Should have looked at the example much much closer and seen there was no space.
Neil
This topic is locked and no more replies can be posted.
