-
Decimal to Usable fractions (inches)
<p>I recently went through a bit of a journey to find a solution for converting decimal values to useable fractions up to 1/32 precision. To be clear I wanted measurable fractions like 1/32, 1/8, 3/4, etc, but the decimal data I was feeding in was not precise enough for an exact conversion. I am posting my solution here to…
-
Fill with average of existing data
<p>Hi</p> <p> </p> <p>is there a way to fill an empty data with the average of all existang data of that field?</p> <p> </p> <p>Day data</p> <p>1 22</p> <p>2 24</p> <p>3 28</p> <p>4</p> <p>5 21</p> <p>6 33</p> <p> </p> <p>Would like to put 25,6 in day 4 because (22+24+28+21+33)/5 = 25,6</p> <p> </p> <p>Thanks</p> <p> </p>…
-
Dynamic parameter
<p>Hi all,</p> <p>I have already posted this on Eclipse community but I thought I may get a quicker respond here.</p> <p> </p> <div> </div> <div> I have a requirement as below;</div> <div>We have got a column "Type" returns A,B,C,D ( this could be static value , for know we assume "Type will return these " )</div> <div>We…
-
Chart with cube values
<p>Hi,</p> <p> </p> <p>I'm working on a report with an Olap Cube.</p> <p>I would like generate a radar chart within the cube table, <span>The graph must be repeated according to the values ​​of the dimension etab_nom,</span> but nothing is working to do this.</p> <p>See screenshots to follow my request.</p> <p> </p>…
-
migrate docbase with different installation owner
Hello All, I am trying to migrate a docbase from 6.7 SP1 environment to 7.3 , post migration I'll upgrade the docbase to 7.3. However, the installation owner in source and target systems are different. I want to migrate docbase using th installation owner of target system. However, the docbase creation gets hung at 9% with…
-
How to access Centerstage API by c# library
I have a centerstage and there is a requirement that we need to access via api by c#, is there any technical support document ?
-
Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY) returning null i
<p>Hi,<br><br> When I run this code on my application on local, the factory get returned and everything works well, but on unix environment I get a null from the method Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY);</p> <pre class="_prettyXprint"> public IReportEngine getReportEngine()…
-
Odd page break issue
<p>I have a report that starts displaying data on the third page (Page one and two are skipped). I have even have all paged breaks set to avoid. Any suggestions as to what's causing this?</p>