Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello all,
i would like to know if somebody has made a qlikview application with benford's law sample objects or implementations. by
the way, benford's law is one of the techniques to detect fraud.
Thanks in advance.
best regards,
jason
Here is an example: Petty cash expenditure per user:
The formula is as follows:
1=30.1%
Count({<LeftMostRand={'1'}>}log10(1+1/LeftMostRand))/Count(log10(1+1/LeftMostRand))
With a background colour:
if(Count({<LeftMostRand={'1'}>}log10(1+1/LeftMostRand))/Count(log10(1+1/LeftMostRand))>0.301,RGB(255,128,0),RGB(0,240,16))