Raffaella Gozzini
10/17/2025, 9:38 AMKey Result Ownership
) with key_result_owner_id
→ Users.id
Can you please confirm which approach is best practice to avoid the warnings?
Also in this case what is the best approach,
• keeping the bridge dataset, or
• creating a direct relationship from KeyResults.owner_id
→ Users.id
?
We want to ensure the model supports both ownership roles correctly without ambiguity or unnecessary duplication of the Users dataset.
Thanks in advance for your guidance!Morad Hosseinalifam
10/16/2025, 3:44 PMClément Contamine
10/15/2025, 12:06 PMsameer mehra
10/15/2025, 8:25 AMHayley
10/15/2025, 8:06 AMEoghan Bonass
10/14/2025, 1:23 PMEoghan Bonass
10/14/2025, 10:00 AMAnjali Mandowara
10/14/2025, 8:02 AMkapa.ai
10/14/2025, 7:59 AMCathy Liu
10/14/2025, 3:37 AM-
in front, even though the table already has the minus sign. How can we fix this? See screenshot below, there're 2 minus signs showing in front of the number.
2. Download as pdf, I can’t get the full table to export, some columns keep getting cut off. I’ve tried adjusting the dashboard and adding bigger margins on the right, but it hasn’t solved the problem. See screenshot below, the RTP vs LY column only shows part of the data, and there are still three more columns missing..Slackbot
10/14/2025, 3:00 AMMasha Akatieva
10/13/2025, 4:00 PMRajat Hans
10/12/2025, 7:58 AMThomas Karbe
10/10/2025, 3:22 PMRaffaella Gozzini
10/10/2025, 3:03 PMsession_tracks
, event_sessions
, and others.
When building metrics, I need to apply a date filter (e.g. BETWEEN THIS(DAY, -6) AND THIS(DAY)
) only to the starts at - session_tracks
table, but because all these tables share the same Date dimension, any filter on {label/Date.Day}
currently affects all of them.
Could you please confirm the correct MAQL syntax to scope a metric’s date filter specifically to the session_tracks
dataset (for example, using {dataset/session_tracks}
), so that the filter applies only to session tracks data and not to event data?Emir
10/10/2025, 8:38 AMUltron Khanh
10/10/2025, 1:50 AM{
type: 'GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION',
payload: {
filters: [
{
attributeFilter: {
attributeElements: {
uris: ['valB', 'valB'],
},
displayForm: {
identifier: LABEL_B,
type: 'label',
},
negativeSelection: false,
},
},
],
resetOthers: false,
},
}
And then the filter is changed to attribute_filter.display_form.identifier.id = "LABEL_B"
Is this consistent on the filter displayForm identifier handle?Slackbot
10/10/2025, 1:49 AMDoug Creighton
10/09/2025, 8:00 PMGoran Jakimovski
10/09/2025, 10:01 AMRiz
10/08/2025, 3:15 PMClément Contamine
10/07/2025, 4:45 PMRaffaella Gozzini
10/07/2025, 8:12 AMClément Contamine
10/06/2025, 5:10 PMjava.lang.IllegalStateException: No suitable font found.
Markéta Jedličková
10/06/2025, 10:25 AMEvangelos Malandrakis
10/03/2025, 8:45 AMPhilip Asp
10/02/2025, 12:10 PMRyan Peters
10/01/2025, 5:14 PMAryan Arora
10/01/2025, 6:26 AMUltron Khanh
10/01/2025, 3:06 AMworkspaceDataFilterColumns
was removed from the dataset yaml configuration.