jdietplangyle
New Member
I am inside pentaho user console release 4.8.0.[*]How do I create a new .cda file? i.e. extract.cda[*]Which folder inside the server is this file located? (usual location information would be great )[*]I have a table called CustTable. I have 5 columns custId, userId, name, city and state.How can I create a new .cdi file where I can enter custID and userID and 4 columns pops up i.e. custId, userId, name and state.e.g. if I enter custId=304, userId= 42 then result should be something like 304, 42, Bryan, VAI can write a SQL as: select custID, userId, name, state from custTable where custId=304 and userID=42;How can I accomplish it?Thank you.