I donโt know anymore what formula to use to get this to work. What I want is from a list() group - the list() column will return the remainder of the right-hand side list.
it doesnโt work like this photo Iโm showing,
can someone help me???
Original post:
For reference:
Please post a screenshot of the complete expression youโre using.
Please advise
Have you used Test to confirm your expression produces the expected results?
Yes, I have used testโฆ
but the results are not as expected.
for with one item, like screenshot โJanโ can work, but with reduction Jan,Feb,Mar
Reduction doesnโt work
Wrap your SELECT()
expression with CONCATENATE()
and SPLIT()
:
SPLIT(CONCATENATE(SELECT(...)), " , ")
See also:
it works @Steveโฆ
thank you,
I had thought about using split, but was confused about how to combine it.
Could you check this anyway? Just to make sure we are not fixing a problem made initialy by changing the Item separator so that others could avoid it in the future
like this
Thanks.
Seems like Item separator is ","
instead of " , "
Please post your [Pembayaran Bulan] config.
Like this:
Seems like you were playing with the Item separator. By default it is " , "
. Leave it as default
Good point!
User | Count |
---|---|
17 | |
14 | |
10 | |
7 | |
4 |