I have 2 attributes and a metric in the report. I get a cross join .
When i run the report with just the 2 attributes or either one of the 2 atributes with the metric there is no cross join. its just the combination f 3 which generates the cross join. Any ideas what could be the issue here??
Hi ,
I ran into the same problem. Running sum did not calculate based on the custom group elements. You could try this
Create new metrics M1 = max (1)
M2 = runningsum(M1)
If the runningsum metric you created is M3. Now in runningsum parameters choose sort by objects...and select M2.
In...
Hi,
I need to create a metric whic would gnerate values 0,5,10,15,20....100.I tried the running sum but the 1st value shud be 0.
Also need to create a metric whose values are 0,100,100,100...i.e 0 followed by 100 for the rst of the rows.
Any suggestions wud be helpful.
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.