Dear tsuji
The change u mentioned in the XML (of adding group_level tag) is out of my control.
The exact xml is this only:
<CategoryDataSet>
<Group>
<dim_tag>MKT</dim_tag>
<group_name>Account Detail</group_name>
<group_sequence>1</group_sequence>
<group_parent>0</group_parent>...
[b]we need to sort the item_short_desc like follows:[b]
This is the desired ouptut :
dim_tag group_name group_sequence item_short_desc
MKT Account Detail 1
MKT 3 FOOD LION
MKT...
Dear tsuji
I have modified the XML as below :
<CategoryDataSet>
<Group>
<dim_tag>MKT</dim_tag>
<group_name>Account Detail</group_name>
<group_sequence>1</group_sequence>
<group_parent>0</group_parent>
</Group>
<Group>
<dim_tag>MKT</dim_tag>...
Dear tsuji
It worked !!!! Amazing !!!
Thanks a lot...
Just one more help :)
If i want to sort that particular column alphabetically, how do i go about it ? ( i mean the column which has these values <xsl:value-of select="concat(key('tag_desc',group_name)[1],' ')" />)
Hi.. I have a XML :
<CategoryDataSet>
<Group>
<dim_tag>MKT</dim_tag>
<group_name>M.4135930</group_name>
<group_sequence>1</group_sequence>
</Group>
<Group>
<dim_tag>MKT</dim_tag>
<group_name>M.4066346</group_name>
<group_sequence>2</group_sequence>
</Group>
<Item>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.