Different ways to choose roles - roles

I am new to Snowflake and I just created a new 30 day free trial account.
Attached is a screenshot of Snowflake UI.
I don't understand the difference between choosing a role in the upper right corner (red marking in the screenshot) and choosing a role underneath it (green circle).
Thanks
Yoram

The controls in the green circle give the context in which sql in that specific sheet will be executed.
The controls in the red circle provide access control to the UI. For example, if you use the ACCOUNTADMIN role you'll see the Account icon but if you use the SYSADMIN role you won't.

Related

Blue Badge with sprint name

I've created a project using the Scrum template and don't change the default configuration. I have some issues in the backlog with the Epic->User Story->Task hierarchy. User Stories are displayed as swimlanes and I move a User Story to the board and It stays in the backlog with a nice blue badge with Sprint name.
Just like the one in the picture
But then I move another User Story to the board and it just disappears from the backlog. At first glance, both User Stories look the same, so I can't figure out what it depends on. Could you give me a hand with that?
Thank you in advance.
To help you find out why it happens, I need to take a look at the board settings and issue's properties. So please share the following details:
a screenshot of the board settings (General, Columns and Swimlanes)
a screenshot of the issue page that disappears
You can send the details to Youtrack support directly at https://youtrack-support.jetbrains.com/hc/en-us/requests/new

How do I promote other users to the System Admin role in Mattermost?

The Mattermost documentation states that a user with the role of System Admin can promote other users to that same role since version 3.0.
Looking through the Web UI and browsing the documentation however leaves me clueless how to achieve that. Can anyone point me to the proper place in the Web UI?
Users can be promoted to System Admins by another System Admin as follows:
Click on 3-dot Main Menu
Select System Console
Scroll down until you see "Teams" and click on the "+"
Find the team the user you want to promote belongs to and select that team
That team will now be displayed in the left-hand-side bar below "Teams"
Click on "Users"
Search for the user
Click on the dropdown displayed to the righ of the user's name
Promote the user to System admin
Hope this helps!

Double numeration invoice Odoo v8

I'm working for a company as a scholar. And they've asked me to implement an ERP to handle their invoices.
I've selected odoo coz its the only one I can somehow handle. Im not an expert developer and im even worse in ERP/Odoo.
The thing is, that the company has 2 different numeration mask(L2M000 & IW000) for invoices and i can just set one from the account module configuration.
I've tried many things and ive manage to get 2 different print pdf layouts, but i dont know how to set 2 different numeration masks.
Hope someone can help me, thanks!
Hello follow these steps to change Sequence numbers for desired apps.
You now have to activate Developer Mode to get access to the Technical sub menu within Settings, where all of the familiar administrative management menus are.
First, click the arrow next to the question mark inside the circle (this is found on the right hand side of the screen within the purple bar {Enterprise} or black bar {Community}), and select About.
Next, click Activate Developer Mode.
Finally, visit Settings -> Technical --> Sequences and Identifiers --> Sequences.
You will get options as shown below.
Then edit the one which you want to.

In Kinvey after login icon are found in different colors & image (top right corner side on web page like red, green)

In Kinvey.com created a user with email id & password.
After login with the above credential in top right corner the icons are found in different colors & image.
Can you please answer me the meaning of these different colour as well as images?
Due to this differentiation, I am not able to get active user. So please let me know how to get red colour icon into green that is in active state.
Awaiting your answer ASAP.
Thanks,
Sunita
I'm an engineer at Kinvey, and that's nothing to worry about. That little icon is a gravatar, which is just a custom icon used to represent you! Check out gravatar.com's website which might help explain it better.
It's actually very similar to that symbol next to your name here-- your's is a purple geometric shape with triangles pointing outwards and 4 circles in the center, mine is blue and angled.
So don't worry about that, the colors and images don't actually mean anything and are just a unique image per user.
Thanks for the reply... :)
Also I am able to get Active user.
In this case to get Active user, we need to 'sign in' user at least one time via code & then we can always ping them to get active user.

Dynamic JFreechart

I have a project where I read values from a file. I'd like to create a Dynamic chart where the user will have the ability to choose sections of the graphs and these sections will zoom - in in order to see the results. This functionality is similar to what the Excel does.
For example in the initial graph the user is able to see the graph of the whole year but I'd like to be able to zoom in and to see the graph of a specific day in the same panel,labelm frame.
Is it possible to be done via JFreechart???
In the Java Web Start demo, most examples have zooming enabled. To zoom, right-click to see the context menu, click and drag a selection or use the mouse wheel. TimeSeriesChartDemo1, found in org.jfree.chart.demo, is a good starting point.