Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Data Works for AI is here - Join the discussion and enter to win a pair of Qlik kicks: Join the Conversation!
cancel
Showing results for 
Search instead for 
Did you mean: 
jasonseril
Creator
Creator

Benford's Law Qlikview Implementations

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

Labels (1)
12 Replies
Marius_
Contributor III
Contributor III

Here is an example: Petty cash expenditure per user:

Marius__0-1638187523406.png

 

 

Marius_
Contributor III
Contributor III

The formula is as follows:

1=30.1%

Count({<LeftMostRand={'1'}>}log10(1+1/LeftMostRand))/Count(log10(1+1/LeftMostRand))

Marius_
Contributor III
Contributor III

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))