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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Dimmension Problem

Hello,

I'm doing an stratification by debt days within with percentages. 'Comercio' has a lot of client one of them needs to put all debt inside 'To Date' (Al Día).

I need this

Al día And 0% For Inp Customer.

The other Customer has to have all percentages.

This is my 1st Dimmension if(Comercio='Inp' or isnull(Comercio), 'Al Día', Descripcion)

This is my 2nd Dimmension If(Comercio= 'Inp',Num(Porc_Provision,'0%'))

I attached a picture that show the current result.

Thanks!

1 Solution

Accepted Solutions
MayilVahanan

HI

From This , If(Comercio= 'Inp',Num(Porc_Provision,'0%'))

if comerico value is not inp, what to display is not mention? so only it display the '-' value, so please give the else part..

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

4 Replies
pgalvezt
Specialist
Specialist
Author

Any Help?

Thanks!

MayilVahanan

HI

From This , If(Comercio= 'Inp',Num(Porc_Provision,'0%'))

if comerico value is not inp, what to display is not mention? so only it display the '-' value, so please give the else part..

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
pgalvezt
Specialist
Specialist
Author

Nice. You're right I just to put the other part. Just one question my percentages appears like 0.01 0.1 0.2 and so on What function is better to left it like 1% 2% and so on.

Thanks!

MayilVahanan

HI

Try like this

Num( Sum(Sales),#.#0% )

or

In number tab, use fixed to 1 and tick the show in percent.

Both helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.