Femke Kooij
Comments
-
Hi how is your datamodel setup? Do you have a calendar tabel with all dates and then a fact with posting date and customer id and the sales value? Then you can create in your dwh a measure with cou...
-
If you have stored your dashboards/reports by source, you can get it from the basic log files. I don't have Insights installed but we do have the Auxillary Database enbaled, so some basic logging i...
-
Why not create a measure that returns the datediff of 2 dates if you use calendar dates? This won't work if you're using working days, but with calendar days it should.
-
Thanks Ole, I'll try A2 as that seems to be a solution for me.
-
Thanks Ole
-
Hi, What is the logging frequency to the database? Will stats be written to database as they occur in time or will they be collected in temp log file and written to datebase every hour or so? We wi...
-
1 addition, i had to add 1 extra month in the user dimension, in case of month change. (so previous month to date till today)
-
Hi Kristoffer, I have it working. I did adapt the logic a bit. I have an user dimension but with only 1 option of Month to Date with a criteria on Workday=1 Next I set the visibility agent to: valu...
-
thanks, I'll try this and let you know If I can get it to work (note I need it for 4 KPI components and 2 pivot tables and 1 bar chart)
-
I need something like a user dimension with values: Today(= selected date in dynamic date criteria) Day Before = Max(Date) where WorkingDay=1 and Date<Today I know there ahs been a post from a us...