-
Re: Getting Previous Year Actual Sales to Populate
@FreshSqueezed you would have to use different logic in an ETL because the formula only executes on that row. I think you'd have to join the data to itself on lag date = exec date so that you'd have …1 -
Re: Does Domo have the equivalent of a SQL Server "View"?
@JunkDoom I asked my CSM this same question and he confirmed it doesn't count against our row limit since they aren't materialized. You will still see them counted as part of your row count in the do…1 -
Re: Really 12 hours?
@kboudrie and @Culper_Jr also the MajorDomo certification is inclusive of both the Domo Profession and the Data Specialist trainings/certifications (so you cover all the material in those and take th…1 -
Re: Really 12 hours?
I second @MarkSnodgrass answer, and would also like to add that the 12 hours of work estimate also includes the actual training materials you review as part of the certification prior to taking the e…1 -
Re: Case Statement or Formula for creating a flag
@User2021 are you saying that if A.a = B.a and A.b = B.b then check if either A.c = B.c or A.d = B.d? If so, I think this is the case statement logic you want: CASE WHEN (A.a = B.a and A.b = B.b ) TH…1