Comments
-
@GrantSmith that just links back to this thread?
-
Does anyone know where the recording of yesterdays kickoff can be viewed?
-
Thanks @MarkSnodgrass I figured that was the case. The end user is asking specifically for cards to filter through interaction unfortunately. Thanks @amehdad Thanks for the added information
-
@amehdad Thanks for the clarification that makes sense!
-
@GrantSmith @MarkSnodgrass I've gotten it to work with a very simple dataset so I guess the dataset is the issue back to the drawing board, but thats for your input!
-
@GrantSmith Good idea, Tried it, still broke. I'm going to try it with a very simple straightforward dataset and see if I can get it to work if so then I know the data may be the issue. Thanks
-
I think you could just sum the results of a case statement SUM(CASE WHEN DATE_FORMAT(DATE_1, '%b%y') = DATE_FORMAT(DATE_2, '%b%y') THEN 1 ELSE 0 END )
-
@MarkSnodgrass Yes the formula validates in the editor and I don't believe there are any gaps as It calculates each individual Lag perfectly fine throughout my entire dataset. This is really puzzling to me as I'm certain I have applied this logic before without issues. I'll take a look at that link and see if I can spot…
-
Yup that was it thank you!
-
That's a bummer, but thanks
-
Are there any other solutions or work arounds. In my situation I have hundreds+ "types" that need to be stacked. So its not really an effective use of my time to create a BM for each type. The way DOMO has build the use of this chart is not intuitive at all.