Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to concatenate strings for grouped columns and Direct fields in straight table for YTD.

Hi,

How to concatenate strings for grouped columns and Direct fields in straight table for YTD.

Example Expression that i am using for concatenate is:

Concat(DISTINCT{<[Financial Year]=,MonthShortName=,FiscalMonthKey={"$(='>=' & $(vSelYrMthStart) & '<=' & $(vSelYrMthEnd1))"}>}Account,',')

Here Account is my grouping column

Please help on the above issue.

2 Replies
devarasu07
Master II
Master II

Hi,

Can you try like below,

=Concat(DISTINCT{<[Financial Year]=,MonthShortName=,FiscalMonthKey={"$(='>=' & $(vSelYrMthStart) & '<=' & $(vSelYrMthEnd1))"}>} chr(39) & Account & chr(39),',')

sunny_talwar

What is the issue that you are having? Is the above expression not working? Are you using this as a dimension? If that is what you are doing, you will need to use Aggr() function to make it work as a dimension