ContributionsMost RecentMost LikesSolutionsRe: OS Excel Function that pulls data from a Cube View Connection I agree with you that using a cell reference might not be ideal as it limits your ability to change your cube view around without a lot of maintenance. You could setup a UD8 member that returns the...Re: No suppression options after processing Cube Hi, I tried to recreate this issue but still do see the option to suppress after certified. I didn't change any settings off of the default besides allowing changes to suppression in the cube view ...Re: Cube View NoData Formatting in Excel Hi, I was able to accomplish this using UD8 dynamic calc. By setting up a dynamic calc to return a 0 if IsNoData is TRUE. Then you can use the Excel formatting as Krishna mentioned. Dim cellCheck...Re: Row Column Intersection in a Cubeview You will want to build as much of the calculation logic as possible into the metadata. For example, you could have an account for each of your calculated reserves percentages that you use that would ...Re: Data Sources v Transformation Rules - mapping blanks In the design and reference guide it makes note of this property. I had always assumed that the leading fill value would always prefix the value but could never get it to work. That is when I found t...Re: Data Sources v Transformation Rules - mapping blanks I use the Leading Fill Value setting in the data source to add a value to blanks. This will only add to the value if there are less characters in the dimension than there are in the leading fill valu...Re: Availability to add a custom font to PDF export Are you successfully able to do this in version 8? We got the fonts installed but were still unable to use them. Support said maybe because it is version 8 Re: Availability to add a custom font to PDF export Very cool! Thank you Availability to add a custom font to PDF export We have a client with a custom font that they would like to apply to reports that are exported to PDF. Has anyone come across this as an option? Thank you SolvedRe: Excel Add-in offline copy shows #LOGON instead of the numerical values. Hi Mike, I am aware of this functionality in the Excel Add-in but it only seems to work for me with the XFGetCell functions and not an actual quickview. When I try to save an offline copy of quickvie...