Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selection related Query

Dear Team,

i am using a report which contain table Information and below that Conditional Graph Report.

The table show me scrip Name wise report as below :

Scrip Main_.png

When i select a particular Scrip from above its shows me graph as below :

Scrip Main_1.png

My requirement is when i select a particular Scrip Name from above table i want table state( list of Scrips and there orders) should not change to 1 record only.  i also that selected Scrip row get highlighted.. when i select it.

Kindly let me know is this possible and if yes how can i achieve this.

if anyone required sample data i can also provide some dummy data for same.

5 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

yes you can do it , by using set analysis

if you can provide demo data,

i'll build an example.

but from business point of view i don't see why it's better then how qlikview works

abhaysingh
Specialist II
Specialist II

hi,

you can bypass the field from expression. and it will not change into one record.

hopw it helps

pokassov
Specialist
Specialist

Hello!

Q1:

Add to your expressions set_analysis like that:

sum({$<Scrip=>} Grip)

Q2:

Add Variable fScrip:   =Scrip

Chart -> Dimensions -> ->Text Format

=if(Scrip=fScrip,'<B>')

Use the same way for expressions.

Not applicable
Author

Hi,

Thanks i will try it and let you know if i required any help

Not applicable
Author

Hi,

Thanks i will try it and let you know if i required any help, in you suggestion that will help but i have to right in each cells Expression if i required to show the computed value also.