ContributionsMost RecentMost LikesSolutionsRe: Quick View Reporting - Descriptions Hi CELGER, what if you tried this: T#POV:V#Periodic:Name(|MFTime| |MFView|),T#POV:V#trailing12MonthTotal:Name(|MFTime| |MFView|) Thanks, Tom Re: CV Conditional Formatting based on membername in row definition A#A111:U1#XYZ:U2#ABC:U3#LMN JS, Based on your definition, won't you get two rows showing with the same A111 description? Assuming you'd want the description on these rows to be different, how about having your BR append a :N...Re: 'si' is not declared. It may be inaccessible due to its protection level. Not sure where you're running this, but there are some areas within OS that require api.si, instead of just si. Re: Cache dashboard results to improve performance when switching tab? Gotcha, yeah...unfortunately I don't think the radio buttons natively prevent a re-running of the CV. Re: Cache dashboard results to improve performance when switching tab? So radio buttons should only refresh the page you're on...whereas tabs try to refresh everything. This is where I think it could provide some time savings for you. When you set up the component,...Re: Cache dashboard results to improve performance when switching tab? It takes a little more effort to set up, but have you considered radio buttons? They should improve your overall performance. Also, they don't continually revert back to the first tab when you refr...Re: Cube View indentation Do you have to have the Where? If not, .Tree is the easiest, but it doesn't love being paired with a Where. If you need the Where, one thing you may consider is using code to build your hierarchy....Re: Pull Currency in Quickview You can create a U8 member with a dynamic calc to do this. We actually have dozens of U8 members to grab various tags. For this one, you can use a simple... Return api.Entity.GetLocalCurrency(api...Re: Column Better/Worse in Excel Forgot to call out that you'd need v#annotation in my getcell example. Re: Column Better/Worse in Excel I agree with Chul. We've got a couple of different U8 members that read Account Type for various situations which can be referenced. I assume you're using getcell pulls, so for the greatest flexibi...