Chart cell should be showing a line. But is does not

A8 = [ “wk11”, “wk12”,

B8 = [1,3,6…

What is wrong? It is in my “sales weekly KPI” workspace. You can poke around there if needed.

NB: where is the undocumented Formula attribute for?

Hi @Folkerth we found the issue and fixed it.

Basically there were 2 problems.

  1. In the Weekly X Axis cells (A8), you had a string for that array list of items. But it needed to be an actual array not a string. So we changed to be a formula.
  2. In the Chart, for the series values, you had B8 as the cell and it should be C8.

We only opened the record in Sheet mode and edited it. We didn’t actually change the template.

Great. Works like a charm!