Showing posts with label entities. Show all posts
Showing posts with label entities. Show all posts

Sunday, March 11, 2012

columns order in entities

Hi friends
i've report model with entities that depend on views. my question is , currently all columns in a entity in the same order as view has them. i mean if i have a view like below

create view vname
as
select name,addess,status from mytable

when i create entity based on this i get attributes in this order
name,address,status
but i want
address,name,status

how can i change it to alphabatical order ?
i know i can change manually in model designer window but there are too many fields to sort !!
is there any better way of doing this ?
Thanks for your helphi guys
so there is no way ?|||is it something for next version ?

columns order in entities

Hi friends
i've report model with entities that depend on views. my question is , currently all columns in a entity in the same order as view has them. i mean if i have a view like below

create view vname
as
select name,addess,status from mytable

when i create entity based on this i get attributes in this order
name,address,status
but i want
address,name,status

how can i change it to alphabatical order ?
i know i can change manually in model designer window but there are too many fields to sort !!
is there any better way of doing this ?
Thanks for your helphi guys
so there is no way ?|||is it something for next version ?