Math Question
Hello! I wanted to use the textColumn and then wanted to bring back a math value
where the Dividend waarde Textcolumn is i wanted to use the 'stockInfo.last_dividend' * 'quantity' anyone can help me with that?
10 Replies
So it's just
->getStateUsing(fn (Get $get) => $get('stockInfo.last_dividend') * $get('quantity'))
?I think we are getting there π
Ah, sorry. Thought it was a form π€¦πΌββοΈ
You can use the
$record
instead of getting the fieldsThis is how it works right?
I can't see your code
Sorry π
$record
is your model, not a method. You can access your properties via $record->...
aah nice man got it thanks a lot!