Skip to content

Instantly share code, notes, and snippets.

@theredpea
Created September 11, 2018 21:55
Show Gist options
  • Save theredpea/6d5415df66321babfa137eb806e5dc5a to your computer and use it in GitHub Desktop.
Save theredpea/6d5415df66321babfa137eb806e5dc5a to your computer and use it in GitHub Desktop.
var qlik=require('qlik'); var currApp = qlik.currApp(); currApp.field('DateD1');
//TODO: waitFor
//TODO: Ensure one value selected first
currApp.field('DateD1').field.setNxProperties({ qOneAndOnlyOne: true })
currApp.field('DateD1').field.setNxProperties({ qOneAndOnlyOne: false})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment