Thibault Gouala - CTO Bibak
02/18/2025, 8:46 AMSELECT
CASE
WHEN financial_status = "payment_succeeded" THEN "debit successful",
WHEN financial_status = "refund_succeeded" THEN "refund successful",
WHEN financial_status = "payment_failed" THEN "debit failed",
WHEN financial_status = "refund_failed" THEN "refund failed"
ELSE ""
END
financial_status
in the MAQL definition is an attribute in the dataset financial_transactions.
When I try to replace the attribute financial_status
with the metric financial_status
in my table, I cannot find it, probably because Gooddata think it's not a relevant metric for my table.
How can I solve that ?Ivana Gasparekova
02/18/2025, 9:41 AMThibault Gouala - CTO Bibak
02/18/2025, 10:29 AMid utilisateur
has empty value because somehow something is grouped.
• I cannot see time in my date (I need to display time like in the db)
• financial_status needs to display an empty string when NULL (instead of (empty value)Thibault Gouala - CTO Bibak
02/18/2025, 10:48 AMIvana Gasparekova
02/18/2025, 5:22 PM