
| General Notice: Upcoming Events: BI show Toulouse: Oct 18. There are 50 ASUG sponsored events in the next 45 days, see calendar for details. |
| Author |
Message |
eye_candy Principal Member


Joined: 18 Mar 2005
     Posts: 307 Location: ~~

|
Posted: Mon Feb 08, 2010 4:40 pm Post subject: Object Properties |
|
|
Hi,
What is the difference when we create a measure. In the *Select part* we say count(ID's) and in the properties tab we select sum(default).
When we run a query. Does it do the count of sum of the ID's?
I am confused  |
|
| Back to top |
|
 |
Andreas Forum Aficionado


Joined: 20 Jun 2002
       
*2 Posts: 13527 Location: You're waiting for a train. A train that will take you far away..

|
|
| Back to top |
|
 |
BOXIER Forum Member


Joined: 07 Feb 2010
Posts: 5

|
Posted: Mon Feb 08, 2010 10:59 pm Post subject: Re: Object Properties |
|
|
| When you look at the SQL generated it will be select count(id) from table.. so, it will count the ids. |
|
| Back to top |
|
 |
|
|