Raffaella Gozzini
02/03/2025, 12:57 PMdelete attribute leave date
⢠delete attribute sign in count
What happened here is that we changed the format of those 2 data points in the new LDM, to convert them to "Date" and "Fact" format.
Also, curiously we see another alert that these changes are affecting a metric, that, however, doesn't leverage those attributes:
SELECT (select count({label/survey_attempts.id}) WHERE {label/survey_attempts.completed}= "true")/ (SELECT COUNT( {dataset/survey_attempts}))
Questions:
⢠I assume the first alerts are just notifying us that the attributes associated will be removed, and that the facts and date will be added, correct?
⢠I know this is not possible from the UI, but is there any way from the back end to retrieve the information of which workspaces and visualizations are currently leveraging those data points and metrics?
⢠Do you see any reason why this metric would be flagged, if it doesn't leverage those data points (that are in separate tables from the survey one?
Thanks in advance for any pointers!Julius Kos
02/03/2025, 1:43 PMJulius Kos
02/03/2025, 1:43 PMRaffaella Gozzini
02/03/2025, 4:28 PM