You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

jdenegri

Professional

  • "jdenegri" started this thread

Posts: 20

Date of registration: Jan 5th 2012

  • Send private message

1

Friday, June 29th 2012, 11:36pm

Rule to counts elements

Hi, Im having a few problems creating a rule that counts the quantity of employees of a company.

The rule does check if the value is different from 0 it puts 1 or if false 0.
The problem is the consolidated elements is not the sum of all employees. It appear 1.

I tried changing the priority of consolidation but the server collapse.

Can anyone help me?

Thanks!

kratzer

Master

  • "kratzer" is male

Posts: 87

Date of registration: Feb 23rd 2006

Location: Karlsruhe

Occupation: IT

  • Send private message

2

Saturday, June 30th 2012, 9:48am

You probably only need to limit your rule statement to N-elements and exclude calculations on C-level, thus insert the B: prefix on the right side of the rule:

[] = B: ....

Rate this thread