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: 
Not applicable

showing line for all regions irrespective of region selection

Hi,

I want to show the trend line for all 3 regions. it should be independent of region selected. i have done that for bar.but for line its not working.

help on this would be appreciated.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try

=if(getselectedcount(Division)=1,Sum({<ID=>}[Time to complete])/Sum({<Division=>}Total [Time to complete])*SUM({<ID=>}Resource),SUM({<ID=>}Resource))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Try

=if(getselectedcount(Division)=1,Sum({<ID=>}[Time to complete])/Sum({<Division=>}Total [Time to complete])*SUM({<ID=>}Resource),SUM({<ID=>}Resource))


talk is cheap, supply exceeds demand
Not applicable
Author

Thnaks..it worked