ContributionsMost RecentMost LikesSolutionsRe: How to Exclude Entities from Confirmation Rule Try putting A#TaxPmt" & WFYear & " in the code. There are extra " that we should identify and remove. Re: How to Exclude Entities from Confirmation Rule Can you include in the confirmation rule the following? Dim WFYear As Integer = api.Time.GetYearFromId(api.Pov.Time.MemberId) And then replace A#TaxPmt|WFYear| with A#""TaxPmt"& WFYear &". Check ...Re: How to Exclude Entities from Confirmation Rule Hi Will, Can you try using the below example and adapt it for your needs? You should be able to run the confirmation rule only for 02140 and all others should return True: Thanks, Ioana Re: Journals OwnerPreAdj The definition will only run calculations for the base entities assigned. Can you try changing the Entity to the entity that is the top parent and check? Re: Can you use Parameters with the Excel Add-in or in Spreadsheet I would suggest using the FdxExecuteCubeView method where you build your Cube View, define all dimensions, and then create a data adapter - type method - where you call the FDX, so you will get extra...Re: Can you use Parameters with the Excel Add-in or in Spreadsheet Hi Gert, To my knowledge, Quick Views require the member name. However, if you prefer working in Excel, you can import a Cube View into the worksheet that includes that parameter. While it's not as ...Re: Journals OwnerPreAdj Hi rrukasha, Could you please provide details on the calculation definitions you created for the workflow profile used to run the Process cube? Re: Cube view: Excel formatting: Header text underline Hi Kjarrus, As far as I know, for Excel you can only add bottom borders, which will underline the entire header cell. Re: User License Verification Hi, I am not sure if 'Unlimited' is actually restricted to a certain number of users. I also did not find any information/documentation on this matter as of now. Did you check this post? It also g...Re: User License Verification Hi, For checking the current users types, you can export the users in an .xml file and it will show you also the type each user is assigned. To do that, you must go in the System tab, identify the L...