Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
concatenating values from child band which have certain status id
posted

Hi

 

I have two bands in my UltraWinGrid, in the second band (child) every row has a status id.
In my parent band I've created two unbound columns ( (col1 and col2), one for every possible status id

What I'm trying to achieve is that the ids of all child rows with Status id=XY get concatenated and
shown in col1 (parent band).

is this somehow possible with formulas?