Solved
how to transfer group type to text meanwhile get all information of words
if I toString(1-groupname) just return group:1,
but if i want to transfer (1-groupname) return "1-groupName" both then how to do it?
if I toString(1-groupname) just return group:1,
but if i want to transfer (1-groupname) return "1-groupName" both then how to do it?
If I understand your correctly this may be what you are after:
concat(
group(togroup(1),"id"),
" - ",
group(togroup(1),"groupName")
)
Not 100% sure what you're trying to achieve though. Could be totally misunderstanding.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.