Reply To: SPJS Chart v6 .0.1 BETA : Table Chart Bugs

Forums SPJS Charts for SharePoint SPJS Chart v6 .0.1 BETA : Table Chart Bugs Reply To: SPJS Chart v6 .0.1 BETA : Table Chart Bugs

#14687
Jhap
Participant

Hi Sir Alexander

I have a list with this fields…

Field 1 : “Period” (the user enter the complete date)

Field 2 : “Project Title”

Field 3 :: “DateFilter” reading the “Period” field
=TEXT(Period,”mmm yyyy”)

Field 4 : “Project” (the user selecting the name in the drop list)

Field 5 : “Remarks”

Field 5 :: “Butadien Remark”
=IF((AND([Project Title]=”SK BUTADIENE”,Indicator=”Active”)),[Remarks],””)

=============================================================

My list has a filter and that will only show the ACTIVE items. The field “Butadien Remark” on the otherhand will only show data if it meet the condition.

As you can see in the screenshot it show the content, but the table chart also render the empty column and it shows “string;#”

PS: this is the same setting I have in SPJS Chart v5 and is working very fine.

=============================================================

My Table chart configuration as per the screenshot