We want to clculate Profit Cost

Right click Orders > New Measure >

Copy of Copy of class Car def init(self, brand, model) self.brand = brand self.model = model (13).png

But we can do the same thing using Quick Measure

Right click Orders > Select Quick Measure

Copy of Copy of class Car def init(self, brand, model) self.brand = brand self.model = model (14).png

Elect Substraction > drag and drop the 2 values > Add

Copy of Copy of class Car def init(self, brand, model) self.brand = brand self.model = model (15).png

Both are showing same value

Copy of Copy of class Car def init(self, brand, model) self.brand = brand self.model = model (16).png

We can rename the quick measure

Copy of Copy of class Car def init(self, brand, model) self.brand = brand self.model = model (17).png