Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
For example I have 3 columns - which must always appear in a certain order.
without changing the field name how would I do this?
for example:
column1:Id
column2:cost
column3: age
I need to always present any tables as: column1, column2, column3 - regardless of the contents of the columns.
Is there some way of doing this?
If I manually renamed
column1 - 1&' '& Id,
column2 - 2&' '& cost,
column3 - 3&' '& age,
How would I then organise the table to present the data with the original fieldnames/column names?
Thank you
Jo
Hello, Jo!
What do you mean by saying "column must always appear". As far as I know columns are "appear" manualy - when you create a table or using expression to indicate column you are making the order by hands.
Where they should appear in the right order? In the list of fields?
woops!
I was looking at the wrong spot! I probably need to delete this post - Sorry Everybody!
Jo