cancel
Showing results for 
Search instead for 
Did you mean: 

GenericSortFilter not applying propery on some of the columns

HariCS23
Contributor
0 Kudos

Hi Gurus

I am trying to apply GenericSortFilter action block on the below xml documnet.

I can successfully apply on last column but not first two columns .


<?xml version="1.0" encoding="UTF-8"?>
<Rowsets DateCreated="" EndDate="" StartDate="" Version="10.0">
<Rowset>
<Columns>
<Column Description="Distribution center or Plant" MaxRange="1" MinRange="0" Name="PLANT" SQLDataType="1" SourceColumn="PLANT"/>
<Column Description="ABC Class" MaxRange="1" MinRange="0" Name="ABCCLASS" SQLDataType="1" SourceColumn="ABCCLASS"/>
<Column Description="ABC Multiplier" MaxRange="1" MinRange="0" Name="ABCMULTIPLIER" SQLDataType="5" SourceColumn="ABCMULTIPLIER"/>
</Columns>
</Rowset>
</Rowsets>

Do you think any problem with this xml structure or filter action block.

I am working on MII version 12.0.7 Build 20.

Thanks in advance.

~Hari

Accepted Solutions (0)

Answers (1)

Answers (1)

HariCS23
Contributor
0 Kudos

Its got solved.

I typed <Plant> in the place of <PLANT> in rows..and breaking my head ..what was went wrong for some time..

Any way..I learnt taking a break helps in solving problems...and never type var names..just copy paste or from the declaration or use some intellisence kind of features..

Thanks

Hari

Former Member
0 Kudos

The column names should be available in a dropdown list box in the configuration dialog - use those!

HariCS23
Contributor
0 Kudos

Hi Rick

In Which tool your are talking about..configuration window and dropdown list box....

I use MII workbench,frontpage and Stylus studio tools to make up XML...i dont see those options anywhere..

So,r u talking about some other tool like dreamweaver...like that..

Correct me.

Thanks

Hari