Search found 19 matches

by pobber1
Wed Aug 21, 2019 3:08 pm
Forum: Stimulsoft Dashboards.JS
Topic: Report won't display if Json structure doesn't match data source
Replies: 1
Views: 1769

Report won't display if Json structure doesn't match data source

Hi, My report won't display if my JSON contains a field that the data source in Stimulsoft doesn't define. For example: JSON: Stuff: { Field1: 1, Field2: 2 } Stimulsoft DataSource: Stuff defines Field1 but not Field2 Is there a way to tell stimulsoft to ignore fields that are not defined?
by pobber1
Thu Aug 15, 2019 12:12 pm
Forum: Stimulsoft Reports.JS
Topic: NPM
Replies: 1
Views: 782

NPM

Hi,

Why is stimulsoft.viewer not available on NPM?

Thanks.
by pobber1
Thu Jul 25, 2019 7:02 am
Forum: Stimulsoft Reports.JS
Topic: GroupHierarchy Spacing
Replies: 11
Views: 2864

Re: GroupHierarchy Spacing

Ok, thank you.
by pobber1
Mon Jul 22, 2019 9:24 am
Forum: Stimulsoft Reports.JS
Topic: GroupHierarchy Spacing
Replies: 11
Views: 2864

Re: GroupHierarchy Spacing

Sure, there should be a space under the group that contains the pictures because 'Test CheckItem S2 Goup1' and 'Test CheckItem Group 3' are unrelated.
by pobber1
Fri Jul 19, 2019 7:43 am
Forum: Stimulsoft Reports.JS
Topic: GroupHierarchy Spacing
Replies: 11
Views: 2864

Re: GroupHierarchy Spacing

Hi, thanks for the reply. It makes no difference if I add a negative, zero or positive value, there is still no space between 'Test CheckItem Group 3' and 'Test CheckItem S2 Group 1'.

Can you suggest something else?
by pobber1
Thu Jul 18, 2019 11:42 am
Forum: Stimulsoft Reports.JS
Topic: GroupHierarchy Spacing
Replies: 11
Views: 2864

Re: GroupHierarchy Spacing

Hi,

The Indent is set to zero which is what I want.
by pobber1
Tue Jul 16, 2019 2:10 pm
Forum: Stimulsoft Reports.JS
Topic: GroupHierarchy Spacing
Replies: 11
Views: 2864

Re: GroupHierarchy Spacing

Hi, thanks for the reply but that doesn't really help me. If you look at the attached report you see the spacing between the groups is inconsistent.
by pobber1
Thu Jul 11, 2019 12:09 pm
Forum: Stimulsoft Reports.JS
Topic: GroupHierarchy Spacing
Replies: 11
Views: 2864

GroupHierarchy Spacing

Hi, I'm trying to get the space between groups in a group hierarchy to be consistent. Please see attached report with a series of groups and subgroups. Notice "Test CheckItem Group 3" and how there is no space between it and 'Test CheckItem S2 Group 1'. These groups are not related so ther...
by pobber1
Wed Jul 03, 2019 6:36 pm
Forum: Stimulsoft Reports.JS
Topic: Make image clickable
Replies: 8
Views: 2180

Re: Make image clickable

I managed to get this working by recreating the page and datasource, must have had some setting the viewer didn't like.
by pobber1
Wed Jul 03, 2019 4:00 pm
Forum: Stimulsoft Reports.JS
Topic: Using Hyperlink to call API endpoint that provide file content
Replies: 3
Views: 1202

Re: Using Hyperlink to call API endpoint that provide file content

Basically in my report I want to have a link "Document 1" that the user can click, this calls an url "http://site/api/getdocument/1" and the document downloads.

I will try your suggestions.

Thanks.