Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
.
Perhaps something like this? What does that 88 number?
Count({<Role = {'*NO_PWDEXP*'}>+<[Claimed/Unclaimed Account] = {'Has Manager'}>+<Controls = {'NA'}>+<[Last login Time] = {"$(=(Floor(Date(Today()))-Date([Last login Time]))>88)"}>} If(WildMatch([Member of], '*ALL_Generic_Accounts*'),Accounts)
Agrim Sharma wrote:
if any Account unsatisfied any one of the conditions then it should be unsecured account , so i want total of them
Not sure, I understand this?
.
Why it is not? Let me know the value you got in your Straight table?
Floor(Date(Today()))-Date([Last login Time])
.
Can you create same chart and share QVW to test?
.
This never give output -- =date(Today())-date([Last login Time])
Note - Cause, [Last login Time] contains lot dates not only one.
FYI - When i use this, In text box i got 48?
=Count(If((date(Today())-date([Last login Time]))>80, (date(Today())-date([Last login Time]))))
.
In your model there is no field called "[Claimed/Unclaimed Account]" can you create this and get 5 in text object and the share it here. We will test you. Predominantly it should work. We will try out with in set analysis instead adding/club to each with first one.