Search found 53 matches

by andreb
Tue May 05, 2020 11:55 am
Forum: Stimulsoft Dashboards.JS
Topic: Image in table
Replies: 3
Views: 3038

Re: Image in table

Hi Lech, Thank you for the example. But this example shows images which are stored in a datasource. When i use an URL, I cannot get it shown. These are my steps. - mySQL: select 'anyimage.jpg' as t_image from testdb (So the image is stored as text which refers to a jpgfile.) - In the table in the de...
by andreb
Thu Apr 30, 2020 9:40 pm
Forum: Stimulsoft Dashboards.JS
Topic: Image in table
Replies: 3
Views: 3038

Image in table

Hi, I would like to show images in the table of my dashboard. According the manual it should do the following In the table, you can display images obtained from data sources, as well as images obtained by URL. To display images in a table from a data source, you should add the data field to the list...
by andreb
Tue Feb 11, 2020 4:06 pm
Forum: Stimulsoft Reports.PHP
Topic: report with bookmarks does not render
Replies: 3
Views: 2846

Re: report with bookmarks does not render

Hi HighAley, thank you very much!

I removed the line break and carriage return by using: SELECT REPLACE(REPLACE(field_name, '\r', ''), '\n', '') FROM table_name;

Now, the bookmarks work perfect. :)
by andreb
Sun Feb 09, 2020 3:22 pm
Forum: Stimulsoft Reports.PHP
Topic: report with bookmarks does not render
Replies: 3
Views: 2846

report with bookmarks does not render

Hi guys, When a bookmark is added to the report, the report does not render in the viewer. (In the designer however, it works perfect) The debugger of the browser shows: SyntaxError: '' string literal contains an unescaped line break stimulsoft.viewer.js:1:8234 InitializeBookmarksPanel http://...[pa...
by andreb
Wed Jan 08, 2020 11:31 am
Forum: Stimulsoft Reports.PHP
Topic: viewer shows wrong data / relations don't work in PHP viewer
Replies: 7
Views: 4168

Re: viewer shows wrong data / relations don't work in PHP viewer

Hi Lech,

Great :) , I look forward to it.

Andre
by andreb
Mon Dec 30, 2019 2:26 pm
Forum: Stimulsoft Reports.PHP
Topic: viewer shows wrong data / relations don't work in PHP viewer
Replies: 7
Views: 4168

Re: viewer shows wrong data / relations don't work in PHP viewer

Hi Lech,

Please let me know if you need additional information regarding the issue.
So bottom line: Relations work in the designer, but not in the viewer. It does not work in 2020.1.1 either.

Best regards, Andre
by andreb
Wed Dec 18, 2019 11:20 am
Forum: Stimulsoft Dashboards.JS
Topic: passing parameters between dashboards does not work in viewer
Replies: 9
Views: 15403

Re: passing parameters between dashboards does not work in viewer

Hi HighAley, thank you for your response. I don't use filtering indeed. But I use queries which use the values of parameters (variables). My application is about data from hundreds of students. When I would use filtering it would mean that I would retrieve all data and then filter the data I need. B...
by andreb
Mon Dec 16, 2019 1:43 pm
Forum: Stimulsoft Dashboards.JS
Topic: passing parameters between dashboards does not work in viewer
Replies: 9
Views: 15403

Re: passing parameters between dashboards does not work in viewer

Hi Lech,

Any news on the original question of this post?

Best regards, Andre
by andreb
Mon Dec 09, 2019 8:06 am
Forum: Stimulsoft Reports.PHP
Topic: viewer shows wrong data / relations don't work in PHP viewer
Replies: 7
Views: 4168

Re: viewer shows wrong data

Hi Lech, The files have been attached to the original post. (The uploading failed previously but now I managed to upload the files) The report is in the report file report.mrt. The mysql database can be created by using the script in stimultestdb.txt. The show-report-php-pack is the file which has b...
by andreb
Wed Dec 04, 2019 11:34 am
Forum: Stimulsoft Reports.PHP
Topic: viewer shows wrong data / relations don't work in PHP viewer
Replies: 7
Views: 4168

viewer shows wrong data / relations don't work in PHP viewer

Hi, My report shows wrong data in the viewer. It works fine in the designer. I use 2019.4.2. The issue is visible in the enclosed image. Based on extensive experimenting I can tell the issue is related to the use of variables and/or relations. I think it is an old problem which was solved in previou...