Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execute excel formula in QlikView

Hi,

i want to extract a part of an text string in windows title of a chart. The formula works in excel, but in QlikView I don’t know the exact logic function to create the right formula. Please help.

AAA -> AAA

AAA:/:AA - AA

AAA:/:AA:/:A1 -> A1

Regards

Stefan

5 Replies
Anonymous
Not applicable
Author

Attachted formula.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

The not-very-elegant solution? Use this expression:

=IF (IsNull(site3), IF (IsNull(site2), site1, site2), site3)

You better fix this in your load script. Example coming up.

Peter

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Since your hierarchy doesn't change after a reload (and has Always-One-Selected on);, you can use something like this example to lift the top of the TreeView hierarchy.

Good luck,

Peter

Not applicable
Author

Hi Stefan,

 

  Please try with the Subfield() Function.

Anonymous
Not applicable
Author

Many thanks Peter, it works.

Regards

Stefan