to do it in a saved search it would look something...
# suiteanalytics
k
to do it in a saved search it would look something like
SUM(decode({account},'Internal ID acccount1',{amount},0)/nullif(sum((decode({account},'internalID account2',{amount},0),0)
m
this didn't work
k
well, it's just an example
of how I'd go about solving.
I didn't actually proof it out.