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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Condition

Hi All,

Please find attached screenshot and QVD .

I am using condition only

  capitalize( ModelHead) as [Model Head]

I want to replace - by City 200 AF.

Please suggest

Thanks

17 Replies
sudeepkm
Specialist III
Specialist III

These are the fields what I see in the qvd.

T126223.png

As per you Model head-fuel used-Vehicle type,Model name is the group.

Are you referring to FuelType as fuel used and i do not see a Vehicle type and the Model Name you mean Model Type ? Please clarify and what is the expression in your chart. is it count(ID) or something else.

deepakqlikview_123
Specialist
Specialist
Author

Hi Sudeep ,

i am using,

count( if(IsCancelled = '0',ChassisNumber))

Thanks

Not applicable

Hi,

Use the following as your dimension:

if(isnull(ModelHead), 'City 200 AF', Capitalize(ModelHead))

Regards

Rahul

sudeepkm
Specialist III
Specialist III

the field ChassisNumber and IsCancelled are not present in the QVD. it looks like you have other tables which are not provided here.

sudeepkm
Specialist III
Specialist III

try reduce load like 1000 records or so and you can also scramble the data and then you can share. it will be of small size. without looking at all the fields used in the chart it is difficult to suggest a solution.

deepakqlikview_123
Specialist
Specialist
Author

Hi Sudeep,

ChassNumber is in my fact table.

That is diff table.

As size is too big I am not able to upload data.

thanks,

deepakqlikview_123
Specialist
Specialist
Author

Hi Sudeep,

Please find attached Retail Qvd,

Thanks

deepakqlikview_123
Specialist
Specialist
Author

Hello all issue has been resoled,

I have applied below formula

=if(isnull([Model Head]),'City 200AF',[Model Head]).

On dimension.

thanks