Re: [Toad Data Modeler - Discussion Forum] Option to rearrange column or index order

Hello Daril,

I am able to rearrange attributes order from entity properties.

However, I am unable to rearrange index order. Please find the attached screen snap, I am trying to rearrange the order of Index 3 and Index 4.

Rajesh

On Fri, Jun 15, 2018 at 12:57 AM, Daril bounce-Daril@toadworld.com wrote:

RE: Option to rearrange column or index order

Reply by Daril
Hello,

you can change attribute order from Entity Properties by double arrow on the bottom of the dialog.

Similar you can change attribute order in indexes from Index Properties dialog

Daril

To reply, please reply-all to this email.

Stop receiving emails on this subject.
Or Unsubscribe from Toad Data Modeler Forum notifications altogether.
Toad Data Modeler - Discussion Forum

Flag this post as spam/abuse.

Hello,

unfortunately it is not possible in current version I created for this enhancement issue TDM-4553, you can track it in release notes.

In this version you can only change Index order by Script, by method Move of List.

var List = Entity.Indexes;

List.Move(1,0); //Current Index, New Index

Daril

​Thanks Daril !!

How can I track this enhancement ? Could you please help me with the link.

​Thanks !!​

Rajesh

On Mon, Jun 18, 2018 at 2:28 AM, Daril bounce-Daril@toadworld.com wrote:

RE: Re: [Toad Data Modeler - Discussion Forum] Option to rearrange column or index order

Reply by Daril
Hello,

unfortunately it is not possible in current version I created for this enhancement issue TDM-4553, you can track it in release notes.

In this version you can only change Index order by Script, by method Move of List.

var List = Entity.Indexes;

List.Move(1,0); //Current Index, New Index

Daril

To reply, please reply-all to this email.

Stop receiving emails on this subject.
Or Unsubscribe from Toad Data Modeler Forum notifications altogether.
Toad Data Modeler - Discussion Forum

Flag this post as spam/abuse.

Hi Raaj,

when we released version in release notes are always list of resolved issues, if it will be done, it will be in this list. Release notes of Commercial version is on this site

https://support.quest.com/toad-data-modeler/6.4/technical-documents

Maybe will be this fixed early in some Beta version, Beta can be downloaded from

https://community.toadworld.com/products/toad-data-modeler/toad_data_modeler_beta_program/

Daril

​Thanks for the email.

Daril - I have one request, It would be great if you remove my signature part from the FORUM which is available in the topic "Option to rearrange column or index order".

I believe my mail conversation was pasted in this forum.​

Rajesh

On Mon, Jun 18, 2018 at 11:42 PM, Daril bounce-Daril@toadworld.com wrote:

RE: Re: [Toad Data Modeler - Discussion Forum] Option to rearrange column or index order

Reply by Daril
Hi Raaj,

when we released version in release notes are always list of resolved issues, if it will be done, it will be in this list. Release notes of Commercial version is on this site

https://support.quest.com/toad-data-modeler/6.4/technical-documents

Maybe will be this fixed early in some Beta version, Beta can be downloaded from

https://community.toadworld.com/products/toad-data-modeler/toad_data_modeler_beta_program/

Daril

To reply, please reply-all to this email.

Stop receiving emails on this subject.
Or Unsubscribe from Toad Data Modeler Forum notifications altogether.
Toad Data Modeler - Discussion Forum

Flag this post as spam/abuse.

Hello Daril,

I am trying to follow up on TDM-4553. Is there any update on this to rearrange index order.

Thanks !!

Rajesh Manivannan

BIDW Analyst

rmanivannan@ecashsoftware.com

On Mon, Jun 18, 2018 at 2:28 AM, Daril bounce-Daril@toadworld.com wrote:

RE: Re: [Toad Data Modeler - Discussion Forum] Option to rearrange column or index order

Reply by Daril
Hello,

unfortunately it is not possible in current version I created for this enhancement issue TDM-4553, you can track it in release notes.

In this version you can only change Index order by Script, by method Move of List.

var List = Entity.Indexes;

List.Move(1,0); //Current Index, New Index

Daril

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or Unsubscribe from Toad Data Modeler Forum notifications altogether.

Toad Data Modeler - Discussion Forum

Flag this post as spam/abuse.

Hi Rajesh,

You have opened a case with us before on this and will communicate with you via the Service Request today. Here what I have about that issue;

support.quest.com/…/attribute-reordering-does-not-work-

Hello Raaj,

it will be in next Beta version.

Daril