Filter function condition judgment

Source: Internet
Author: User

Select
Filter (
[Time]. [yqmd]. [quarter]. Members,
[Measures]. [unit sales] & gt; 750
) * [Measures]. [unit sales] On 0
, {[Customer]. [Customer]. [AZ], [Customer]. [Customer]. [Nm],
[Customer]. [Customer]. [ut]} on 1
From [sales]

Q: What filter conditions [measures]. [unit sales]> 750 have been specified. Why are there so many data smaller than 750 returned? See the following query statements:

Select
Filter (
[Time]. [yqmd]. [quarter]. Members,
[Measures]. [unit sales] & gt; 750
) * [Measures]. [unit sales] On 0
, [Customer]. [Customer]. members on 1
From [sales]

Check that every unit sales in the first row of the first column meets the filter conditions.

Filter (
[Time]. [yqmd]. [quarter]. Members,
[Measures]. [unit sales] & gt; 750
)

The filter statement Syntax: returns all quarters with sales exceeding 750. Calculate the filter function to obtain a set that meets the condition, and then split the unit value with axis (1.

This is related to the resolution sequence:
From (evaluate) -- "where with set (or aggregate function) --" axis (evaluate, each axis) -- "result cell (obtain unit value)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.