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

Data format on a Dimension field

We have a field on an SQL table that has a value of 0.0293. When I use this field in a pivot table as a dimension field it shows 0.03. How do I get it to show 0.0293?

Thanks,

LMAS

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

As pointed out by Mike, use

Num(YourField, '#,000')
Quoted text is the format of the field. Hope this helps

View solution in original post

3 Replies
mike_garcia
Luminary Alumni
Luminary Alumni

Maybe with a calculated dimension using the num function...

Miguel García
Qlik Expert, Author and Trainer
Miguel_Angel_Baeyens

As pointed out by Mike, use

Num(YourField, '#,000')
Quoted text is the format of the field. Hope this helps

Not applicable
Author

Thanks, for the quick response. That did give me what I was looking for.

LMAS