cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the order of the fields in the queryoutputnode in OVS.

Former Member
0 Kudos

How to change the order of the fields in the queryoutputnode in OVS.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

u need to delete the attributes, create them according to ur requirement and then, bind them to the dictionary

simple types or structure types .

Regards,

Satya.

Edited by: Satya on Sep 26, 2008 2:38 PM

Former Member
0 Kudos

why do you want to change the order of attributes.

what is actual requirement?

Former Member
0 Kudos

The actual requirment is to re-arrange the elements of the queryoutput node, to look more organised

say for ex.

Seq 1:

c code company name g/l ac g/l ac description

Seq2 :

g/l ac description c code g/l ac company name

Seq 1 way of representation is more organised that Seq2. How can we achieve this re-arranging of ordering in the queryoutputnode.

Former Member
0 Kudos

Ordering is the same as node.getNodeInfo().iterateAttributes(). This is the order in which you add attributes to node.

Try to remove all attributes from node and then add them again in necessary order