Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multiple AND condition in set analysis

Find the value invoice processed between dates

When I am apply this formula =Count(distinct if((TransDate>='01/01/2008')and (TransDate<='11/15/2008'), [Invoice
Number]
))”
am getting value 27726.

When apply same in set analysis concept I did not get same value count({1<TransDate={'>=01/01/2008'},TransDate={'<=11/15/2008'}>} DISTINCT [Invoice
Number]
)
.

Please help me on this . Can you send some example on how to use multiple ‘AND’ condition in set analysis

1 Solution

Accepted Solutions
tresesco
MVP

Try like:

count({1<TransDate={'>=01/01/2008 <=11/15/2008'}>} DISTINCT [Invoice
Number]
)
.

View solution in original post

4 Replies
tresesco
MVP

Try like:

count({1<TransDate={'>=01/01/2008 <=11/15/2008'}>} DISTINCT [Invoice
Number]
)
.

Anonymous
Not applicable
Author

HI Tresesco

It working perfect. Thank you for your prompt reply.

rohan_mulay
Partner - Creator

Referrals, Employee, City

    1, abc, mumbai

    2, pqr, pune

    1, lmn, mumbai

    4, xyz, banglore

    5, abc, pune

jonathandienst
Partner - Champion III

This is a new query. I suggest that you start a new thread as this on has already been answered.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein