Not Get Dimension Name In Report

devu_13devu_13 Member Posts: 101
Hi Experts

I use ReqFilterFields in which i use Global dimension code field.
when i want to print this fillters on reports by using GETFILLTERS but i only get Code Not Name off code.
Thanks In advanced.
Devendra Kr. Sharma
IBIZ Consulting Services,India

Comments

  • matttraxmatttrax Member Posts: 2,309
    The captions for the dimension fields are dynamics, meaning they can change when you change what dimensions are mapped to global dimensions 1 and 2.

    The GETFILTER command returns the name of the field, not the caption, which in this case is Global Dimension 1 Code. You'll have to manually show them using the FIELDCAPTION command.
Sign In or Register to comment.