I received an error: "The dimension was not found," even though I have it in my data model.
React component
<Indicator
title="Total Revenue"
imeasure={measureFactory.sum(DM.Attendees.PricePaid)}
dataSource={DM.DataSource}
color={theme.palette.primary.main}
filters={all_filters}
primaryValueFormat="Currency"
ShowSecondaryValue
/>
Data Model
Data Model
PricePaid: createAttribute({
name: 'PricePaid',
type: 'numeric-attribute',
expression: '[Attendees .PricePaid]',
}),
Abenezer
Posted 2 years ago·Last reply 2 years ago
3 comments
DRay
·2 years agoHello Abenezer.
Thank you for posting here. Is this the same issue that you posted in Discord?
Â
Abenezer
OP2 years agoIt's!
DRay
·2 years agoOk, thank you. I'll keep responding there.