Note that there are some explanatory texts on larger screens.

plurals
  1. POProclarity View Seems to be Out of Synch With the Associated Data Cube
    primarykey
    data
    text
    <p>My boss just handed me a task that neither he nor I have any experience in, nor do we have any strategies on how to approach it. The problem involves Proclarity and a Data Cube, neither of which are familiar to me at all. I'll do my best to provide pertinent information, and I'll be happy to provide more information upon request. </p> <p>Here's the rundown- Our financial reporting department submitted a work ticket claiming that when they set up a view in Proclarity to show the sales person assigned to a specific customer they get a result set containing <strong>all sales people</strong> in the company, rather than the <strong>single sales person assigned to the customer</strong>. They've told us that this hasn't always happened- it's a new development. </p> <p>Like I said before- I really don't know how to even begin approaching this problem. I'd never even heard of MDX before today. I went to MSDN and read a bit about basic MDX queries and looked at some questions here on StackOverflow. But I'm still completely clueless as to how to go about troubleshooting this problem. I don't really expect anyone to hand me an answer right off the bat, but hopefully somone can at least get me pointed in the right general direction.</p> <p>For what it's worth, He's a copy of the MDX query, as generated by Proclarity's MDX editor:</p> <pre><code>SELECT { } ON COLUMNS , { [Customer].[Cust ID].&amp;[WALM1000] } * { [Sales Person].[Sper Name].[All].CHILDREN } ON ROWS FROM [Basic Research Cube] WHERE ( [Measures].[Gross Sales] ) CELL PROPERTIES VALUE, FORMATTED_VALUE, CELL_ORDINAL, ACTION_TYPE </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload