Forum Discussion

tzake's avatar
tzake
Frequent Visitor
7 years ago

Custom tooltip visibility and performance

Hey,

 

I have a report with a matrix set to show a custom tooltip.

The tooltip has a card that is bound to a text column in the fact table.

 

https://www.screencast.com/t/2zLBSObgMaY

 

 

This works okay, but I have a couple of questions:

 

1. Is there any way not to show the entire tooltip if the text is blank?

 

2. On the same page, I have a card visual bound exactly to the same column (or measure - have tried both). The tooltip renders just fine, but the card on the page throws the "There's not enough memory to complete this operation. Please try again later when there may be more memory available." error. I would chose this approach when doing mobile reports as the tooltips do not work on mobile. What am I doing wrong? (the dataset behind is quite big, but the tooltip does not seem to care)

 

Thanks,

Mihai

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    HI tzake,

     

    #1, Nope, you can't control the visibility of tooltip pages.

    #2,I'm not so suggest not add too complex expression or calculation with huge looping in custom tooltip pages. This feature is similar as a quick reference from another page,  so if you enable tooltip on a visual with huge amount of records, the calculation of formula will multiply a lot of times.(it may caused the memory issue which you mentioned)

     

    BTW, what type of desktop client you used? If you mean 32 bit, I'd like to suggest you use 64 bit to instead. It will unlock more memory resource for calculation.(32 bit application has 2G memory limit)

     

    Regards,

    Xiaoxin Sheng