-
Report with multiple charts
<p>Hello Guys,</p> <p> I am building a report with 4 charts (1 line , 3 pie) and a table. When I click on any category of line chart, I need to filter all three pie charts.</p> <p>Similarly when I click on any category of first pie chart, the other two pie charts along with table need to be filtered.</p> <p> </p> <p>I am…
-
How to keep number formatting with Excel output?
<p>Hey.</p> <p>Is there a way to keep the number formatting of a Birt report when exported in Excel (xlsx)?</p> <p> </p> <p>In Birt I use this following format:</p> <p>Format Number</p> <p>* Format as: Fixed</p> <p>* Locale: English</p> <p>Fixed settings</p> <p>* Decimal Places: 2</p> <p>* Rounding mode: Half up</p> <p>+…
-
Set selected node in folder view widget
The folder view widget in xCP Designer 2.3 offers functionality to set the selected node. Setting this to a folder object ID, the tree will expand to that particular folder. Setting the selected node to an object id of a dm_document object, the folder view does not navigate to that particular object. Is that expected…
-
Import Feature in 8.2.0.1
As we have new feature of import / download using html5 / css (In TS 8.2.0.1). Is there OOTB option to restrict the size of the image and files uploaded?
-
BRAVA CUSTOMIZE SIZE
Hi All I would like to ask is it possible to change the max upload size of brava? Because when im uploading using brava and the size is more than 50 mb it just keeps loading then an error message appears that says brava has timed out.. I was thinking maybe if I increase the max upload size maybe the error will be fix.…
-
Get List of Modified files that are not submitted to staging using CSSDK API
Hello, I have a requirement to get list of files that are not submitted to Staging using CSSDK API. I have come across below method, but not sure how to build the query. Any inputs would be really appreciated CSIterator getModifiedFiles(java.lang.String query, int expandNewFolders, int offset, int maxElements)
-
Two tables to fit the whole page.
Good evening!<br><br> I have a large report with two tables placed next to each other: they are in one grid separated by a border in the center. My task is: I need these two tables to fit the whole page even with empty rows. I managed to extend rows artificially, but the problem is there is not a fixed number of them… I…
-
How to use TBO to intercept all content transfer operations
I have a requirement to intercept any outbound content transfer operations (e.g. view, export, checkout) and conditionally prohibit that regardless of permissions assigned to object. Not using ACS or BOCS (both disabled). In case you are wondering, we have some highly sensitive 'special control' information that we are…