Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can anyone tell is it possible to create text object within the cell of straight table in Qlikview?
Hi,
I Don't think it's possible. Why you need text object in a cell of staight table? Also, do you need more text objects to be created in different cells of straight table?
Hi ,
Actually I want to create pop up message for specific cells. For that only I want to insert text object in the straight table cell to show the popup messages.
Ya. I need to create text object in the cells where and all i want to show the popups.
Perhaps this is enough:
Formula:
= sum(ANYVALUE) & chr(10) & chr(10) & 'ANYMESSAGE'
A mouseover will show the complete cell-content.
- Marcus