Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Analytics Cube grid issue - row facets blanks out

    [FONT=Calibri][SIZE=3][COLOR=#000000]Hi [/COLOR][/SIZE][/FONT]
    [FONT=Calibri][SIZE=3][COLOR=#000000]I am using smart client analytics version v11.0 cube grid[/COLOR][/SIZE][/FONT]
    [FONT=Calibri][SIZE=3][COLOR=#000000]I am using the technique for load on demand with dynamic facets. [/COLOR][/SIZE][/FONT]
    [FONT=Calibri][SIZE=3][COLOR=#000000]While drilling down on facets sometimes I loose dimensions (row facets) part of the screen just goes blank.
    And I noticed there is no request to server made either for drill down to get the data for requested level.
    As after that RPC #34 I did drilldown on BusinessBurden facet.[/COLOR][/SIZE][/FONT]
    [FONT=Calibri][SIZE=3][COLOR=#000000]Please take a look at attachments.
    Let me know if need any particular information.[/COLOR][/SIZE][/FONT]
    [FONT=Calibri][SIZE=3][COLOR=#000000]Thanks,[/COLOR][/SIZE][/FONT]
    [FONT=Calibri][SIZE=3][COLOR=#000000]Rita[/COLOR][/SIZE][/FONT]
    Attached Files

    #2
    Unfortunately we're not able to do any troubleshooting from just a screenshot like this. We need some way to reproduce the issue, then we'd be able to point out whether you've got a flaw in your code or the data you're returning, or whether there might be a framework issue.

    Two things to suggest:
    1. It looks like you e closely copied a product sample and just altered the data. You may be able to determine that the same set of actions on the data set from the sample does *not* cause this issue, then closely examine the data you're returning for differences
    2. You could create a standalone sample that we can run that replicates the issue

    Comment


      #3
      One more item: you haven't said, one way or another, whether a JavaScript error occurred - this is critical information to always include. See the FAQ for the best approaches to get maximum information when reporting JavaScript errors.

      Comment


        #4
        Thank your reply - I will try to prepare sample data with standalone sample.

        Comment


          #5
          I have resolved the issue - I compared your Advanced Analytics cube grid java script code and my java script code and found the issue in the way I had my fixed facet value set.- Once I fixed the fixed facet , collapse and expand of facet worked right. thanks again

          Comment

          Working...
          X