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 ?
No comments:
Post a Comment