hide dimension in dialog

Hi all,

In reports while creating dialog i have added dimension as dialog field, In that i want to hide two array elements (i.e) purpose and costcentre…

hoe can i achieve it?? pls help me to get out of this issue.

That means u want to show only the department in the dialog

I can suggest u an alternative way…

Create an EDT like - Department

Creats relations for department

Department == dimensions.Num;

0 == Dimensions.DimensionCode ;//(‘0’ is the value for department - which u can see in the SysDimension Enum)

And use this EDT in your dialog…This may help u

where i get the edt values in fetch method.where all values are stored for that department