Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
mmainiero
Contributor II
Contributor II

Change Dimension

Hi,

is it possible to get the Selection for "alpha" in one Field and Transfer the Information to another?

The content of alpha and beta is identical. For example "Smith, "Miller", "Armstrong".

=Aggr(only({OWN} alpha),alpha)

=Aggr(only({OTHER} beta),beta)

Labels (1)
1 Solution

Accepted Solutions
Zhandos_Shotan
Partner - Creator II
Partner - Creator II

Hi

Try this to ways:

1) use selected alpha values as beta's filter

=Aggr(only({<beta=P(alpha)>} beta),beta)

OR

2) using another key field and search condition:

=Aggr(only({<RowID={"=alpha=beta"}>} beta),beta)

 

Regards

View solution in original post

3 Replies
Zhandos_Shotan
Partner - Creator II
Partner - Creator II

Hi

Try this to ways:

1) use selected alpha values as beta's filter

=Aggr(only({<beta=P(alpha)>} beta),beta)

OR

2) using another key field and search condition:

=Aggr(only({<RowID={"=alpha=beta"}>} beta),beta)

 

Regards

Sue_Macaluso
Community Manager
Community Manager

@mmainiero Hi, are you using QlikView or Sense?  I would like to move this into the correct product forum. Thank you

Did you find a solution to your question? Mark the solution as accepted : and if you found it useful, press the like button!
mmainiero
Contributor II
Contributor II
Author

Qlikview