When I define a new CDEF, I would like to be able to use the CURRENT_DATA_SOURCE special name in custom string. This way I would not have to hard code the letters a, b, c,... and thus I would be able to use only one CDEF to do the job.
I need this to be able to use function like
PREV([CURRENT_DATA_SOURCE])
intead of PREV(a) (or PREV(b), PREV(c),...).
Thanks
CDEF: Have CURRENT_DATA_SOURCE available in Custom String
Moderators: Developers, Moderators
You can already do this. I added a CDEF item of type custom string that reads:
It then renders to PREV(a), PREV(b), etc on my graph.
-Ian
Code: Select all
PREV(CURRENT_DATA_SOURCE)
-Ian
Who is online
Users browsing this forum: No registered users and 0 guests