IBM Maximo Asset Management, Display images inside lines - image

The customer wants to be able to manage images within lines, for example, add an image to each task in the workorder, and this image also has to be able to visualize in the line and also from a birt report. I've tried using attachments but you can't view display attachments from a report because it is not a public url (for security reasons).
I know that Maximo allows you to manage images when you are in a main object like in asset application or person application. But is it possible to display it at a lower level (within each line) and display these images from a report and also in the same application.
IBM Maximo 7.6.1

You don't mention which Maximo version this relates to however in Maximo 7.6.0.0 you can add attachments to tasks associated with a workorder. The url below describes adding attached documents to objects that do not have that functionality out of the box.
Maximo - Adding attached document functionality

Related

What are the ways to publish apps/sheets from Qliksense?

I have Sales database which contains sales data along with manager IDs, I have created the required reports in Qliksense and want to use Qliksense reports on custom UI (on an app).Also want to apply row level security so that one manager would be able to see only his data and other data would be restricted for him.
How to publish these reports on custom UI and provide data security using Qliksense Desktop or cloud?
PS - I do not have enterprise version yet.
The easiest way would be to go the dev hub and copy the iframe / embed script from there. It is under the single configurator menu item
The standard desktop version will not allow for row level security in any way you must have a license to do that. But once licensed that security will flow naturally to the iframe / embedded object

SonarQube: How to configure Components List View for a specific Project?

In SonarQube portal, it is possible to customize the columns for the Components List view. However, doing this affects all projects and views.
Is there a way to customize only a specific project?
Nope.
Note that you might be able to get what you're after with a saved Measures filter with the correct column set displayed in the Measure Filter as List widget on a dashboard. If you make that dashboard public, then it will show up the same for all projects, but you will have gotten the columns you want while leaving the Components view alone.

Google Analytics automate filter management

I use analytics.js and made some custom dimensions. One of my dimensions is "network".
When someone is reffered from a partner network I send the ID of that network to Analytics.
example:
when someone is referred from Commission Junction I set
ga('set', 'dimension1', '4000');
In my reports however, i replaced '4000' by '4000 Commission Junction'
For this I've made a custom search and replace filter on the custom dimension column
Question: is it possible to manage these custom filters in an automated way? Ideally I would like to import all filters from a file (eg excel or txt file)
It is not possible to manage filters using the API. There is a feature request for this that you can subscribe to.

Customised registration module in Joomla 2.5

I want to have multiple registration forms or fields depending per the type of user. I am having some of the data already stored in my database and I want that during registration, those fields should be matched. If the match is successful, then the person will be registered else not.
I request if someone can tell me about any free extension/plugin for the same or any documentation of using which I can code a module as per my requirement.
Just make a copy of the core profile plugin and change the name in the xml. THen you will be able to add different xml files and load them conditionally and in your plugin you will code whatever you want to happen using the various user events related to registering and saving.

Is there a way to overwrite existing Blobs in the blobstore

I'm using the high performance image serving feature in App Engine to serve up images from the blobstore. However, I'd like users to be able to modify those images (e.g. rotate, crop etc.) and then write those change back to the blobstore, overwriting the original blob. I know I can write to new blobs in the blobstore, as documented here: http://code.google.com/appengine/docs/python/blobstore/overview.html#Writing_Files_to_the_Blobstore
but I don't see a way to overwrite existing blobs. Is this possible in App Engine?
My use case is as follows:
User uploads image, and app engine generates a link via
get_serving_url
The user may then use that link outside of my app, e.g. link to it
on their blog to display the image
If that image is changed later on in my app (rotation, etc.) , I'd
like their image link to reflect those changes
Files stored in blobstore are immutable, once they have been written than can not be changed (only served or deleted).
I think you should try to build your own controller for generate file serving url
- In Datastore each blobFile record have own ID (you manage it) and version ID
- for first upload , set new ID and version
- When user change your image, save new blobstore, keep ID and set new version field
In serving controller generate link by iD, when user call it, get the newest version for serving
It's just my opinion, hope it helpful !

Resources