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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

When i select A Table can display amount , But select B it does not work ?

Hi All

I have a table , when i select Bus Terminal i am able to display the COST PRICE.

But when i select the Training , it unable to display COST PRICE ?

Enclosed my QV Doc. which explan clearly my situation.

Paul

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Your Price(Euros) , is not a numeric field.

Update: try this expression:

Num(trim([COST PRICE]))*(1-[Discount])

View solution in original post

2 Replies
tresesco
MVP
MVP

Your Price(Euros) , is not a numeric field.

Update: try this expression:

Num(trim([COST PRICE]))*(1-[Discount])

Not applicable
Author

Hi Tres

You very smart.

lucky  you give me the trim command , otherwise i will have to manually edit mt excel raw data file which will take up a lot of time which is very unproductive. now i can appreciate the power of trim command.

Paul