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

How to create a Button on dashboard for billions millions.

Hi,

I've a sales table with total sales column contains more than 8 digit numbers.

User wants to have a simple Buttons for converting into billions millions.

Can anyone help me on this?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hey,

PFA, TO give you basic idea..You can play as you like.

Hope this helps

BR,

Chinna

View solution in original post

7 Replies
suresh_rawat
Creator II
Creator II


Hi Muarli,

With the use of variable you can do this.

Please go through the attached qvw, it will solve your problem.

In this QVW i have creat a vVar Variable and use it.

Regards

Suresh Rawat

tresesco
MVP
MVP

See the attached sample qvw.

Anonymous
Not applicable
Author

Hey,

PFA, TO give you basic idea..You can play as you like.

Hope this helps

BR,

Chinna

Not applicable
Author

How to add symbols at the end of the amount ex:- M or B

Not applicable
Author

How to add symbols at the end of the amount ex:- M or B

Not applicable
Author

Hi,

How to apply color to buttons.

For Ex:-

1. If I select Million, then Million button should be Green remaining buttons should be Gray color.

2. If I select Bullion, then Bullion button should be Green remaining buttons should be Gray color.

3. If I select Actual, then All buttons should be should be Gray color.

Help me ??

Not applicable
Author

create 3 buttons

Million, billion,actual

give action for that   and in layout tab write condition like if(getfieldselections(millon)>1,1,0) ...  like