We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following Cabinet Ministers are missing their start date. Membership ID included for your convenience.
[ { "mid": "55b7534cc4705304262e17c3", "myname": "Ismail Bin Abd. Muttalib", "myportfolio": "Deputy Minister of Human Resources", "myrange": [ null, null ] }, { "mid": "55b72d2d7070042c250af543", "myname": "Joseph Entulu Belaun", "myportfolio": "Ministers in the Prime Minister's Department", "myrange": [ null, null ] } ]
AQL
FOR p IN posts FILTER LIKE(LOWER(p.data.label),'%minister%') FOR m IN memberships FILTER m.data.post.id == p._key FILTER m.data.start_date == null SORT p.data.label RETURN { mid: m._key, myname: m.data.person.name, myportfolio: p.data.label, myrange: [ m.data.start_date, m.data.end_date ] }
The text was updated successfully, but these errors were encountered:
Data issue. Filed here Sinar/popit-scripts#4
Please file data / information issues there in future. Thank you!
Sorry, something went wrong.
No branches or pull requests
The following Cabinet Ministers are missing their start date. Membership ID included for your convenience.
AQL
The text was updated successfully, but these errors were encountered: