Pentaho Inspect your data It does not appear - pentaho-spoon

Sorry for the stupid question,
I'm new to Pentaho I would like to know why I can't see "Inspect your data" in pdi-ce-9.3.0.0-428 CE version.
Is there any plugins I need to add? or does it just exist only in the enterprise version?
Another question: How can I make it and display chart? is there any other way after filtering a simple csv file?
Thanks for whoever answers me!

Related

How to make vs code extension take in user path input and how to create coding templates

for my internship I am making an VS code extension. I have never developed anything like this before so any help or documentation links or tips are welcome.
what I am doing is as follows: develop an extension that is capable of taking in user input. the input will be a path to an .isf/.hdf file. this could be thru the simplest of text box buttons initially, as functionality before polish is what im focusing on right now.
It also needs to be able to provide templates with preconstructed code. such as, a option on the file menu where it might say "new template.py file". And when this option is choosen, a .py file with a lot of "boiler-plate" or preconstructed code is created for them.
im also using CanvasJS to show some graphical data. I would need a way for the graph to appear in a tab/window of the VS Code rather than the browser of the user.
Thank you in advance! Please let me know how to edit/add to this question, I know its extremely vague. Still a novice but excited to get this extension developed!
P.S.
im not expecting anyone to DO this for me, just to point me in the general direction so I can sink my teeth into useful documentation, examples, and/or tutorials. Thanks again :)

Is there some webconsole for titan-1.0.0

guys. I'm looking for some webconsole component for Titan-1.0.0, something looks like dogHouse for previous version of Titan. For titan-1.0.0, Gremlin Server takes over it. But it's not very friendly to users. So is there some alternative tools? Thanks.
PS: I also found that there is a gelphi plugin for Gremlin server, but the document is so unclear that I even can not know how to make it happen. I will
be very appreciated for the detail steps. Thanks.

How to create a list of users on in Alfresco Activiti?

so I have this simple question that I would love to get anwserd.
I am new to BPM an Alfresco Activiti and I am workng on with the trial version of Alfresco Activiti to create a sample project for our company.
I decided to work with the Step editor to se what it can do and if it's as powerfull as a normal BPMN 2.0 editor.
Now I am working on a form where one user would need to select the user for the next task. I was wondering if it's possible to use the single select component to display all the users on the server from which the asignee for the next task could be selected. How can this be done?
I know it is not the bes pracitce to show all the users on the server but this is a test project and your help would be really appreciated.
If any more info is required I will gladly edit the post.
Thnak you.
There is a user picker form control in there, that allows searching the whole system. See the third entry:
you can create a dropdown whose options are populated from a rest call which is provided below.
GET api/enterprise/admin/users
This will return list of all users available in JSON format.
Hope it helped.

How to show/display images dynamically from SQL Database to Crystal Report 7?

EDIT: I've already asked this also in SAP and I already have an
answer regarding my concern. Please see it in Answer section below.
I would like to ask for help in how can I display the image in Crystal Report 7 details section from image (byte) database field? As I've tried to place the image in details section, there's no image shown in design/run mode. I've tried to include another database field to make sure there are records retrieve and as per testing, the other details (like imgID & imgName) were displayed.
I've been searching for solution to this for several weeks but I still cannot find any answers. I'm hoping someone could help me solve this.
Thank you in advance!
Since Crystal Reports were handled by SAP, I've also posted my question in SAP Community Network.
BLOB fields (in Crystal Report 7) are no longer supported by MSSQL 2012 (the database I am using).
You can view it the full thread here... http://scn.sap.com/message/16233263#16233263
Thanks!

how to generate pdf in GXT/GWT?

i am using GWT/EXTGWT. on click of submit button i get list of records from db. i need to export them to pdf. please suggest me how to do this?
if data to be exported is more then that should be exported to multiple pages.
Thanks!
There's little in context of GWT here, apart from the fact that you have a GWT based application. What you are really looking for is a tool that generates PDF, given data.
There are hosts of them available :
iText
jPDF Writer...
Obviously, iText has been the most widely known and successful one! Here's a good tutorial - http://www.vogella.de/articles/JavaPDF/article.html
Try some tools like itext pdf generator Searching online will give you many more options.