function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stratus adminstratus admin 

ChartServer

Because of the "run as" limitations on the dashboards, I'd like to create a custom tab with several chart reports embeded on it. I am having an issue trying to decode one of the parameters called "rsid". Does anyone know where this comes from and if it can be passed?
 
/servlet/servlet.ChartServer?
dl1=Stratus+Fiscal+Quarter
&fs=12
&bg2=16777215
&Yman=no
&c=column
&tfg=18
&vt=3
&l=1
&explode=0
&sax=yes
&id=00O600000017w0L
&bg1=16777215
&rsid=1162571917372
&cu=USD
&fg=0
&cs=0
&dl2=Account+Name
&vl=Sum+of+Total+Price
&csf=0
&bgdir=2
&s=3
&tfs=0
 
Thanks,
 
Scott
 
 
KingsGambitKingsGambit
I know this is an ancient post, but I'd be very interested in any information you have on this, as I'm looking at creating something that uses the Chartserver.

KG
AkiTAkiT
Truly,
Would be interesting to see some documentation or some examples how Chartserver could be used.

Interesting could be to see how to pass the currency code to chart depending on the running user. Like this, many other similar data passes could help in not replicating several reports for multiple curr. etc.

E.g.
that embed has EUR currency there. But no idea how to get all the other param data from report to the servlet.
<img src="/servlet/servlet.ChartServer?s=7&c=column&vt=3&cu=EUR&dl1=Stage&

Br,
Aki