Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I have the following table:
TYPE MATCHING COUNTS
P Perfect_match 3
S Perfect_match 4T Perfect_match 1W Perfect_match 1X Perfect_match 1
I would need to get the following table:
MATCHING TYPE_VS_COUNTS
Perfect_match {P}30%;{S}40%;{T}10%;{W}10%;{X}10%;
Amount of types can vary, so when I reload the data, there could appear new types. Could anybody please explain me the logic how can I do that in QV?
Thanks,
Andrei