Hi,
I'm trying to get a =GETPIVOTDATA formula to update daily based upon todays date but am struggling.
The data feeds from a SQL DataMart and the formula is:
This is the specific part of it i've been trying to play with, replace the [25] with a cell reference A1 for arguments sake that contains TODAY()-1
Any ideas, would be so useful to have this running.
Thanks
I'm trying to get a =GETPIVOTDATA formula to update daily based upon todays date but am struggling.
The data feeds from a SQL DataMart and the formula is:
Code:
=GETPIVOTDATA("[Measures].[Case Completed -Invoiced - Count]",SBVSDATA!$A$6,"[Time].[Day]","[Time].[Day].&[25]","[Lender].[MI Grouping]","[Lender].[MI Grouping].&[Cambridge]")
This is the specific part of it i've been trying to play with, replace the [25] with a cell reference A1 for arguments sake that contains TODAY()-1
Code:
="[Time].[Day]","[Time].[Day].&[25]"]")
Any ideas, would be so useful to have this running.
Thanks