Another question regarding the dashboard we are building:
We use a custom function module to display marketing attributes for a particular customer. There are three kinds of marketing attributes of which we want to display the value:
- Z_QUADRANT
- Z_SOW
- Z_WALLET
If I use the function module as a data service in Visual Composer and use a standard table view as ouput, we get these kind of output:
Atnam - Atwrt - Atflv - Atzhl (<-- these are the column labels)
Z_QUADRANT - 4 - 0 - 0
Z_SOW - 0 - 5 - 0
Z_WALLET - 0 - 75.000 - 0
I just want to display the data as follows:
QUADRANT: 4
SOW: 5%
WALLET: 75.000
So I need to hide the obsolete fields and values and just need to display the relevant values. How can I achieve this? I was guessing I needed to implement some sort of conditional formula like "IF atnam = Z_QUADRANT, display Atwrt(value)" or something, but I am terrible at these kind of things. Can somebody explain it to me or point in the right direction of some good documentation or guide on this? Thanks in advance!
Best regards,
Jan Laros