Charts filter is ?

Posted by dora.husaru on 11-Oct-2016 01:27

Hi!

I want to add a button which redirects to a Record List page. On this page I have added a Rollbase fusion chart for my object. The problem is it won't load any data because the filter is sent as empty (?), although I have set the id in the url.


Do you know a solution for this?

Thanks,

Dora.

All Replies

Posted by Shiva Duriseati on 07-Dec-2016 08:09

Hi Dora,

Could you please try to add following files as Hosted files and use them in the script?

*fusioncharts.js

*fusioncharts.charts.js

*fusioncharts.widgets.js

*fusioncharts.gantt.js

In script component:

<html>
<head>
<script src="{!#HOSTED_FILE.0zh8ME-US6uJG9hrcB-8hg}"></script>
<script src="{!#HOSTED_FILE.2FenAr-7RUGw-hxOIxicng}"></script>
<script src="{!#HOSTED_FILE.iVQePPCeS9CKNGKSwbayTQ}"></script>
<script src="{!#HOSTED_FILE.KpJW__mrSfS8rjxDlHyiPQ}"></script>
</head>

.

.

.

.

.

Please let us know if this works or else I will create a support case and do a screenshare with you.

Regards,

Shiva

Posted by refael shira on 07-Dec-2016 08:21

Hi Shiva,

Where can I find these folders?

regards,

Itamar (Refael)

Posted by Shiva Duriseati on 07-Dec-2016 08:24

It can available at http://www.fusioncharts.com/.

Posted by Shiva Duriseati on 08-Dec-2016 01:36

Hi Dora/Itamar,

Instead of uploading fusioncharts as hostedfiles you could specify the path of those files which were shipped along with Rollbase.

Example:

In script component:

<html>

<head>

  <script src="{!#PROD_SERV_URL}/js/fusioncharts.js"></script>

  <script src="{!#PROD_SERV_URL}/js/fusioncharts.gantt.js"></script>

  <script src="{!#PROD_SERV_URL}/js/fusioncharts.charts.js"></script>

  <script src="{!#PROD_SERV_URL}/js/fusioncharts.widgets.js"></script>

 </head>

.

.

.

Regards,

Shiva

This thread is closed