Forum Discussion
Hi benmac360 This is feasible to do. What are the column definitions that you have? If you want to split a single column definition in to multiple columns you need an XFBR rule something like:
U8#(XFBR, myXFBRrule, mySplitStringFunction, params)
'Evaluate the Text5 properties
'Build a Return string
Return rtnString
and the resulting Return statement would return a comma separated string like U8#One, U8#Two, U8#Three.
Not knowing what the Text 5 values contain in your example is hard to take this any further in this discussion thread. You are essentially going to Return a Member Name of 'some' dimension separated by commas.
Hope this helps.
Hi Mike - the only column definition I currently have is the dynamic calc UD8 member, along with an Annotation View dimension to display the text. The Text 5 values stored in each account are workflow profile names that all have the following format "Parent Profile.Child Profile". Some of the accounts only have one workflow profile name, while other accounts have multiple workflows delimited by semicolons. Thanks for your help!
Related Content
- 4 months ago
- 3 months ago
- 12 months ago
- 10 months ago