Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sampada0810
Creator
Creator

Straight table Separator and Delta Issue

Hi all,

I am having a straight table with few expressions and also separate expressions for the Delta Symbols, i.e. the Red and Green arrows.

But I want to club the expression with the delta symbol expression.

see the image below:

Straight table1.PNG

As I am having 2 expressions I am getting separators for both.

So I disabled the Vertical expressions borders in style tab.

And used Line object as a separator.

But with this approach the issue I am facing is,

If I select any one dimension, the data is getting reduced, but the lines are remaining as they are..very long, like this:

Straight table2.PNG

So either I need to handle the height of the line dynamically or some way out so that the expression and the delta symbol are in same expression.

Note: I want Red and Green Deltas only.

Please let me know if can get rid of this issue.

9 Replies
marcus_sommer

You could include these kind of arrows within the num() formatting-part from your expression unless the coloring of the arrows - either no color or coloring the whole cell.

- Marcus

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Why dont you combine both the expressions like below.

Sum(Sales) & ' ' & If(Condition,'qmem://<bundled>/BuiltIn/check.png','qmem://<bundled>/BuiltIn/cross_r.png')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Gysbert_Wassenaar

Not if you want the numbers to be black and the deltas colored. Well, that's not true. You could create a load of text boxes that you show or hide depending on the number of rows your main chart will be showing as a result of the user selections. That way you can hide the lines by showing a text box on top of them.


talk is cheap, supply exceeds demand
vinieme12
Champion III
Champion III

Expression formatting is applied to the whole cell, you cannot format a part of the cells content

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
vinieme12
Champion III
Champion III

I think  cell can either be text or image , not both together.

The Representation i mean

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can keep that as Text and it will work.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sampada0810
Creator
Creator
Author

For expression the representation is  Text and for Delta it is Image. So it cannot be clubbed like that.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Can you give us the sample application.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
vinieme12
Champion III
Champion III

Hi Kaushik

Not working

Dummy dimension

valuelist('a')

Expression

=rangesum(1,2,3) & 'qmem://<bundled>/BuiltIn/led_b.png'

Using QV12 Sr4

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.