Hi all,
I'm fairly new to klipfolio and already have a question.
I'm getting my data from a JSON string and I want to build a klip where an average leadtime from a single customer is displayed against the average leadtime of all customers.
Here is a simple example of my JSON string.
{"data":[ {"customer":"Customer1", "cardid":"1234", "leadtime":"5"}, {"customer":"Customer1", "cardid":"1235", "leadtime":"4"}, {"customer":"Customer2", "cardid":"1236", "leadtime":"3"}, {"customer":"Customer2", "cardid":"1237", "leadtime":"5"} ]}.
Can anybody help?