Relationship is not active

Stimulsoft Reports.JS discussion
Post Reply
RobersonGazolli
Posts: 1
Joined: Fri Dec 08, 2023 5:06 pm

Relationship is not active

Post by RobersonGazolli »

Guys, I'm using a relationship as follows

var dataRelation = new Stimulsoft.Report.Dictionary.StiDataRelation("Relation", "Relation","Relation", this.report.dictionary.dataSources.getByName("Volumes"), this.report.dictionary.dataSources.getByName(" Seals"), ["seals"], ["relationId"]);
this.report.dictionary.relations.add(dataRelation);

In the designer it is showing the relationship but when I use it it is not showing the data, I noticed that the relationship is not marked as activated, but I was unable to mark it as activated, has anyone experienced this?
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Relationship is not active

Post by Lech Kulikowski »

Hello,

Could you send your report with test data for analysis?

Thank you.
Post Reply