ContributionsMost RecentMost LikesSolutionsRe: Task Manager Email Notifications Not Sending with Open Workflow Task Type Hey, Not really from a Task Manager standpoint. We created a business rule to send us a notification once an entity certifies, so we just go on that. Hopefully something down the line will fix this...External/Internal Gross Profit Calc Hello, I'm trying to calculate an External and Internal Gross Profit calculation based off a few conditions. To calculate External/Internal GP, I need to allocate the ExtCGSOther group + OpExp us...Re: Dynamic Substitution Variable Hey Jimmy, It's a pretty basic cube view on the row side. Just a UD1 and Account on the rows Right now I just hard coded all the overrides, but just wanted to see if there's a quicker dynami...Dynamic Substitution Variable Hello, I'm working on writing a budget report for my company and we have these summary accounts that all start with "S_" and the parent name (i.e. ExtSales would be S_ExtSales). Is there a way I ca...Entity Drill Down BI Viewer Hello, I'm learning to use BI Viewer, is there a way where I can drill down the entity dimension from region to base level? I've tried different expansions and I either get only regions or everythi...Double Line Formatting Hello, We currently print out a book to our general managers every quarter and our reports formatting seemingly changed without us changing. We use double underlines as our totals and previously it...Re: How to Exclude Entities from Confirmation Rule Thanks Ioana! That worked great. One last question. I'm trying it to pass 3 accounts where all 3 need to have values in it. Right now it keeps failing, even though I have values in those accounts. No...Re: How to Exclude Entities from Confirmation Rule Hi Ioana, I got an error when I ran the confirmation rule. It did show TaxPmt2025, but for some reason there's an extra quote mark in front of TaxPmt. I did try remove some of the quotes, bu...Re: How to Exclude Entities from Confirmation Rule Hi Ioana, Thank you for the reply. I also was able to do something similar for what you did below. ' To check if Entity equals 02140 If api.Pov.Entity.Name <> "02140" Then Return True ElseIf...How to Exclude Entities from Confirmation Rule Hello, I'm somewhat new to writing code for confirmation rules. I'm trying to create a confirmation that is only for 1 entity and we'd like it in our general rule groups for confirmation rules and ...Solved