Menu Component Header Text
I created a couple menu components and I'm using images with them on the landing page. I read that you can use an image and also have a header text display but i can't get the header text to show with the image. Is there something special that needs to be done? I am manipulating the parent item below and thought it would be as easy as creating a header text but im not getting the desired result. Below is a screen shot of the image and the children of the menu but I want to see some kind of value by the image that says Tasks ' 'Manipulations parentMenuTaskItem1.HeaderText = "Tasks" parentMenuTaskItem1.ImageFileSourceType = XFImageFileSourceType.DashboardFile parentMenuTaskItem1.ImageNameOrPath = "LP_task.png" parentMenuTaskItem1.Height = 100 parentMenuTaskItem1.Width= 100 parentMenuTaskItem1.ToolTip = "Tasks"14Views0likes1CommentBI Viewer component and OneStream 9.0.0
Hi all, We upgraded one of our OS instances to 9.0.0 After a first look, it seems BI Viewer does not work anymore from Desktop app, but charts are showing from Modern Browser interface, any idea? Can't find a clue on Know Issues. On Desktop app, only the layout shows, no content: Same Dashboard from Modern Experience shows fine (I blurred data here) Any advice?153Views0likes12CommentsCustom Validation Before Saving Cube View Data
Hi Community, I have a dashboard that includes a Cube View and a button with the "Save Data for All Components" action. Users enter data directly in the Cube View and click the button to save. I’d like to implement a custom validation step before the data is saved. Specifically, I need to calculate the sum of four specific accounts, and if the total is not zero, I want to prevent the save operation and show an error message to the user. Is there a recommended way to intercept the save action and apply such a validation check? Any guidance or best practices would be appreciated. Thanks in advance!22Views0likes0CommentsIcons - standard
Hi I am currenty building a dashbord for our controllers, including a menu. But I would like to use the same icons as used in OneStream, e.g. Refresh Page, Help, etc. But I have not manage to find them in OneStream. Are they copyrigth'ed, unique or were can I find them? Regards OleSolved46Views0likes2CommentsBest Approach for Exporting and Importing a Dashboard into a New Application
Hi all, What is the best way to export and import a dashboard into a new application? Do I need to select all its components every time, even if some already exist in the destination? I’ve noticed that if you select only the dashboard or the embedded version, the components don’t appear in the XML file. Thanks in advance!42Views0likes3CommentsNavigation Buttons and Links
Hi, I'm trying a landing page dashboard where I can put buttons that go to various locations, both inside OneStream and outside OneStream. Some of these links will be to files in the box or SharePoint, and some will be to other Tableau dashboards. I'm struggling to figure out how to create the Navigation Argument so i can select it with my button component. Where do I go to build one? Is there a blog post or article on this?22Views0likes0CommentsReports not displaying in Dashboard
I'm having trouble with a dashboard I'm building. I want to display either an IS or a BS on a single dashboard frame based on user's selection. I've created a list parameter with the options "Income Statement" and "Balance Sheet". However, no matter which option I select, the dashboard only displays the IS. I suspect I'm missing a step to properly link parameter selection to switch between the two reports. I don't have much experience with multi report dashboards up to now, I've only worked on single report dashboards. Could someone help point out what I am doing wrong or guide me on how to make the report dynamically switch based on the parameter. Thanks.33Views0likes3CommentsHaving issues running service factory assembly across maintenance units within the same Workspace
I am trying to configure a data adapter through the service factory. The assembly containing the services factory is on another maintenance unit. The assembly is WsasFactory and when attempting to bring the data set into an adapter it can't seem to find that object reference to the assembly. The assembly and service factory are configured on each maintenance unit and workspace as shown: MyAssembly.WsasFactory When attempting to bring it into the data adapter I have tried using... {WSMU}{MyDataSet}{} {WS}{MyDataSet}{} {Workspace.Current.WS}{MyDataSet} Yet, I keep getting this error for each reference shown above - Error processing DataSet 'MenuNavPM'. Unable to find the Workspace Assembly Service Factory class for name 'WSMU' in Workspace Is there a reference special for using the service factory between maintenance units I am missing?114Views0likes4CommentsDynamic Point Label Format for Advanced Chart
Hello, We are currently creating a series of dashboards at my team and have primarily used Chart (Advanced) components as these fit our needs the most closely. However, one limitation we have come across is that sometimes it's more fitting to have the Point Label Format in thousands and sometimes in millions. Is there a way to make the component decide which format to use automatically? I suspect that it might be possible considering you can do the following to handle negative values and hide zeros: {V:0,,M;(0,,M);''} I was thinking one might be able to do something similar for different magnitude values. Thanks in advance!21Views0likes0Comments