Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
psalazarg
Partner - Contributor
Partner - Contributor

Bundle Load info in Qlik Sense

Hi, Is it possible to do a Bundle Load info in qlik Sense???

If it is, how can I do it???

3 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Last time I checked, BUNDLE load wasn't supported in Qlik Sense.

cheers,

Oleg Troyansky

erivera10
Creator
Creator

@psalazarg

Functions not supported in Qlik Sense

This list describes QlikView script and chart functions that are not supported in Qlik Sense.

  • GetCurrentField
  • GetExtendedProperty
  • Input
  • InputAvg
  • InputSum
  • MsgBox
  • NoOfReports
  • ReportComment
  • ReportId
  • ReportName
  • ReportNumber

Prefixes not supported in Qlik Sense

This list describes QlikView prefixes that are not supported in Qlik Sense.

  • Bundle
  • Image_Size
  • Info
erivera10
Creator
Creator

You can use Delta Characters

for example:

If(sum(sales)-Sum(SalesLY)>=0,'▲', '▼')

psalazarg