ContributionsMost RecentMost LikesSolutionsRe: FdxExecuteCubeView parameters This parameter only works if you're calling the cube view using the FdxExececuteCubeView function from a business rule. It's not used if you're looking to just execute a cube view for normal reportin...Re: FdxExecuteCubeView parameters At first I thought it was failing but my row counts are now lining up. I'm going to push it back on the business side to provide historical data I can compare against. I also want to figure out how ...Re: FdxExecuteCubeView parameters Hm, mixed results. If I use |!FDXEntity!| in a row, it fails, If I use it in the POV, it succeeds. I don't know why that would be (beyond "it's a data unit thing") but I think I read that the FDX fun...Re: FdxExecuteCubeView parameters I notice that FDXEntity is referenced twice in the comments that you shared. I suspect the second instance is a typo and FDXEntity is the entityDimName while there's another parameter for passing the...Re: FdxExecuteCubeView parameters Peculiarly, FDXTime does seem to work but FDXEntity doesn't. In this case, I don't need entity to be passed but it does make me wonder how the usage between them actually differs. FdxExecuteCubeView parameters If I build a cubeview that contains the desired POV and functions on its own, using FdxExecuteCubeView seems to work great. However, there is no documentation available on actually using the FDX func...Solved