- Format Cube View based on third Header Override expansionI am using header overrides on my columns to create three column expansion levels. I need to add conditional formatting based upon the header display text of "HPU" in this third expansion so that only sections with "HPU" in the header are set to three decimal places. I do not want to build every HPU column separate from the others, as this would require the build of 108 columns, instead of 12 columns. The system will not let me call that third expansion level in my conditional formula. Any help would be greatly appreciated!54Views1like1Comment
- How to Override GetdatacellDear Community, How can we override the GetDataCell method in rows? In columns, I have a Ud8 member with V#Annotation(which pulls text1 property from Entity). In the screenshot below, the rows displaying "ROW" and "OTHER" are not using the GetDataCell method in rows. However, the rows with " - " are using GetDataCell in the row member filter. I attempted to override the method, but Getdatacell is not being overridden. How can I display text in those rows? I need to display the text1 property in those columns.1KViews0likes4Comments
- Extensible Documents Advanced Chart & BI Viewer ReferencesI am trying to add an advanced chart and BI viewer charts to an extensible document. I know I can change the alt text on an image using {XF}{Application}{CubeViewReport}{CubeViewName} but am wondering what the reference would be to add in advanced charts or BI viewer items.15Views0likes0Comments
- How to filter Specific Columns in Cube View Report Output Using FDX ?I have a Cube View that displays Multiple bas members (for example: Tokyo, Osaka, Berlin and Munich) as columns. When I click on the Report button, the report currently includes all four columns which matches my cube view setup. However, I want to customize the report output so that it only include few selected columns (for example Tokyo and Berlin) while still showing all four columns in the Cube View itself. I want to achieve this using an FDX functions. My questions: Which BR type should I use for this requirement? How can I apply column level filtering in the FDX rule so that only selected base members appear in the report output, while keeping all members visible in the Cube view?25Views1like0Comments
- book using App database file don't refreshhi All, good day. I created a Book using cube views reports and App database files (text editor file including DOCSVARIABLE), I used a filter in time dimension to select the period, when I run the book, even in preview, I select the period and the cube views refresh the data but not the App database file; do anyone knows if I need to do something for refresh the text editor? also if I change the text editor adding or modifying the cube view, the file delete the new cube view and the modified; is it a bug? Thanks in advance and best RegardsSolved19Views0likes4Comments
- Is there a way to hide/show columns based on combo box value selection?Here is the scenario: I have a Combo Box that holds value "Summary View" and "Detailed View". Based on the combo box selection value in the dashboard, the CV columns needs to update dynamically in CV. Summary View should have all columns except "Variance" Column. And when Detailed View is selected, This should have all columns including 'Variance' Column. The tricky part is that these are shared columns from another CV. And we already have a formula for 'Variance' column in XFBR. In Short: When Summary view is selected, Variance column should hide and when Detailed View is selected, all columns should show up! Any idea or a suggestions are greatly appreciated! Thanks.Solved43Views0likes2Comments
- Hiding Rows within a CV and moreHi everyone!! I am trying to share a total amount that is calculated form one cubeview to another but it will not let me if I do not bring the source rows for the calculation (From the 1st CV to the 2nd) but I only want the totals. (If anyone knows how to do this great!!) My other alternative is to bring those rows and hide them. Does anyone know how to do this? Thanks!!!31Views0likes2Comments
- display a Textvalue in a Cube View loaded in an importI have configured a datasource where TextValue is taken from a column of a flat file to be loaded, the file loads well from the Import and I see the text for each loaded row, but I have not been able to display it in a CubeView, is this possible?32Views0likes1Comment
- Books to PDF - Multiple EntitiesHi All, I'm having a hard time running a book that creates a pdf by entity in an automated fashion. I've created a book with a loop calling a file which is a book of cube views. Running that book individually works well. When running the book that contains the loop, it works fine when saved as a .pdfbook but the problem I run into is that it times out due to processing time when I try to run it for multiple entities. The book is about 80 pages or cube views. So I created a .zipbook version of the same book with said loop to run it from Data Management in the background. The problem I'm now running into is running the .zipbook version creates 80 pages of blank reports rather than the data I saw in the .pdfbook. If anyone has any suggestions, I'll take them. Thanks!13Views0likes0Comments