I have a few virtual columns in a table that I want to show in detail view. But some are not show value in the view but in test you can see the values.
The formula for these columns are:-
Decimal(Any(Select(InvoiceTriggers[PaymentDue],AND([_Thisrow].[Job]=[Job],[Triggers]="Retainer"))) *
any(select(InvoiceTriggers[PaymentDue],AND([_Thisrow].[Job]=[Job],[_Thisrow].[InvoiceTrigger]=[Row ID]))) *
Any(Select(Quotes[QuoteAmount],[row id]=[_thisrow].[Quote])))
Any(Select(INVOICETRIGGERS[TriggerValue],[_Thisrow].[InvoiceTrigger]=[Row ID]))