Calculated fields in Opportunity Line (opportunityproduct) entity not visible in Opportunity entity Rollup Field query.
Product (product) entity has Product Type option set field with values License and Services.
When Product is added on an opportunity meaning an opportunity line is created I populate Calculated Currency field on Opportunity Line entity named License Amount and Service amount based on Product Type option set.
Now on Opportunity entity I want to create rollup field License Total and Service Total which will auto calculate by summation of License Amount and Service Amount of each Opportunity Line.
Unfortunately when I use rollup query to configure this I Select Opportunity Lines as related entity but the 2 amount fields License Amount and Service Amount are not present in list to be selected.
what am I missing?