Question Andrew Barber · Mar 25, 2022 Overview of Business Intelligence in IRIS (starting at the very beginning...) Hi, The company I work for has one software application that uses an IRIS database, with almost all the others using SQL databases. On a SQL database, we can create local tables and create views. These are invaluable when it comes to reporting, and everyone here is quite up to speed with using SSMS to create functions, stored procedures, etc. #Beginner #InterSystems IRIS 0 5 0 266
Question Andrew Barber · Aug 25, 2021 Writing simple SQL code within BIDS / SSRS / Visual Studio (issue with parameters) Hi, I wonder if anyone could help me. I'm used to writing Microsoft SQL database queries, but at the moment I am also trying to write reports on an IRIS database (used to be cache) in Microsoft BIDS. My chief headache is parameters. They don't behave the "normal way" in BIDS, in that you can't rename them. Therefore, referencing them in the main code is a nightmare for me. Say my report has two parameters. If i want to refer to both in a dataset, I have to list them in the order they are in the report and both by using a question mark, ie: #InterSystems IRIS 0 4 0 267