Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pulling from two different qvds into object

Hi everyone,

I have a text object that is currently summing the total number of Workers' Comp claims. The expression can be found below:

=Count(DISTINCT{$<

Period_Type={'Current'}

,Year={$(vCurrentYear)}

>}WCClaimNumber)

I want to pull additional WC claims from another qvd. The field I would be trying to pull from is

STDAbsenceType={'Workers' Compensation'} and the data would be under STDClaimNumber.

Is there a way to concatenate or join the two qvds to pull for one value in the text box?

Thank you!

1 Reply
olivierrobin
Specialist III
Specialist III

hello

you can concatenate the 2 qvds and aming one of the 2 fields so they have the same name and your formula is correct.

Or if you are sure there are no common values between the 2 qvds , modify your formula to add another count with the new field