Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

How would you turn a formula with many branchs into a fixed set

Hi,

I want to turn some of my formula's in tables that will update on reload but will not be changed when list boxes are clicked on.

Some have many branches, do I have to write {<1>} in every formula on each branch?

I also have the below formula as totals in text boxes, is there a quick way to fix the set?

Thanks,

Neil.

count(
aggr(
if(
ReferenceNumber=
FirstSortedValue(
if(
(
Match(OpenCase,'YES') AND Match(BusinessArea,'(FR) SPL') AND
(
Wildmatch(LoggedByGroup,'0*') AND (Wildmatch(EscalateTo,'*TPA*') OR LEN(EscalateTo)=0)
)
)
OR
(
Match(OpenCase,'YES') AND Wildmatch(EscalateTo,'*5/5*'))
,
ReferenceNumber),LoggedDate)
,
ReferenceNumber
)
,
ReferenceNumber,LoggedDate))

0 Replies