It's all about the answers!

Ask a question

RRDI reports - custom enumeration values.


Bharath M (5465428) | asked Apr 08 '12, 12:03 p.m.
retagged Jul 09 '13, 7:52 a.m. by Francesco Chiossi (5.7k11119)
Hi,

I have an RRDI RTC report which displays a custom field. This report uses Request Area . This custom fields, when displayed shows literal ids instead of actual values.

I suppose the actual values will be stored in Request Enumeration . But how do I map these values to the literal ids in my column. Also, each cell in the column may have multiple comma separated literal ids.

Eg:

|Column Name |
|------------------------------|
| literal.id1 |
|------------------------------|
| literal.id5, literal.id2 |
|------------------------------|
| literal.id1, literal.id3 |
|------------------------------|


Regards,
Bharath

4 answers



permanent link
sam detweiler (12.5k6195201) | answered Jul 05 '13, 9:19 a.m.
edited Jul 05 '13, 9:19 a.m.
this appears to be a multi-select list variable.

the only workable workaround is to edit the enum literal IDs to BE the same as the Values.

(you should have the same problem with RTC Queries against this field).

once you get to V4, there is a new field type that doesn't have this problem.

permanent link
Bharath M (5465428) | answered Jul 05 '13, 9:03 a.m.
Hi Gustavo ,

Not an ideal solution, but I actual replace the literal ids with their values using an if else condition.

-- Bharath

permanent link
Gustavo Monti Rocha (251216) | answered Jul 05 '13, 8:46 a.m.
Bharath,

How did you resolve this?

permanent link
Bharath M (5465428) | answered Apr 10 '12, 9:26 a.m.
Anything on this ?

Thanks,
Bharath

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.