Hi, everyone. I’m building a react application were we are rendering a couple of visualizations using CF. I have a control (drop down) where the user may select a different source to display different data.
Both sources have the same structure, meaning they have different data but same fields. When the other source is selected it works well for some visualizations but not for others, complaining that some fields are were not found in the source. My question is: Is there a better way to do this? Could I be missing something?