Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have a Scenario in below Format :
and I Have to achieve below Table in Front End
Thanks
Maybe like attached, using a chart with dimensions Plant, Material, Status and expressions like
=If(Status <> 'Non Moving', 'Non Moving','-')
=If(Status <> 'Non Moving', CONCAT(TOTAL {<Status = {'Non Moving'}>} Plant, ', '))
Probably not exactely what you want, but the best I get with the information provided.