Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Select multiple fields

Hello,

I want to select my fields and I want to change the values in my pivot table based on selection.  

For example, Capture.PNG if I click QuantityRange6, I want to calculate( floor(Sum(QuantityRange6)/10))  change the values of the column in my pivot table

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

You can use GitHub - erikwett/qsVariable: Variable extension for Qlik Sense.

Create 5 buttons with these Field names and value with same field name

In Pivot , You can use floor(Sum($(VariableName)/10)) .

View solution in original post

3 Replies
shraddha_g
Partner - Master III
Partner - Master III

You can use GitHub - erikwett/qsVariable: Variable extension for Qlik Sense.

Create 5 buttons with these Field names and value with same field name

In Pivot , You can use floor(Sum($(VariableName)/10)) .

prma7799
Master III
Master III

Hi shraddha.g

Can you please share some docs about  GitHub I mean how to use/learn for qliksense

Thanks

shraddha_g
Partner - Master III
Partner - Master III

Refer Makes Sense to go round in circles . It has attached Qvf showing how qsVariable extension works.