1

Can I create a static column in webdatarocks?

for example, I have data like this. (please see in the picture)

there is no data for "3. Mod" Jobcategory in 2. Dies Face, but I want to set all jobcategory for every linecategory, although no data.

example

Shankar Ganesh Jayaraman
  • 1,401
  • 1
  • 16
  • 22

1 Answers1

0

webdatarocks hides the columns that have no data to save space.

So, as I see right now, to show 2. Dies Face -> 3. Mod column the only way is to append your data set with empty or zero data for this intersection.

Ian Sadovy
  • 161
  • 4
  • 7