Posts by abnerfc01 • 13 points
6 posts
-
1
votes1
answer129
viewsA: Queries Mysql database
Not knowing exactly the fields of each table I have difficulty helping you more. However, I leave below an explanation of the functions that in my view can help you solve the issues. Question 1 Show…
-
0
votes1
answer63
viewsA: Sort Worksheet by something by clicking on "explore"
I believe that the solution has two needs Selection of the type of cake Selected cake type filter In relation to this, I attacked point 2. My proposal is an advanced filter. Option Explicit Sub…
-
0
votes2
answers217
viewsA: What is the Mint language?
Complementing what has been said, Mint aims to be more cognitive to allow a more product-oriented development environment. This can be seen in the author’s own comments. gdotdesign on Feb 5, 2020 |…
-
0
votes1
answer92
viewsA: Macro to copy and put using VBA Excel
I’m not sure I understand exactly your need. What I caught was that you want to copy a content from a cell and paste it into the cell below. It’s just not clear to me until when would be the loop.…
-
0
votes2
answers160
viewsA: SQL Procedures: Can I use a table as a parameter for a procedure?
I found an article where a script is available that allows the generic creation of a table. The script would be CREATE FUNCTION fn_Table_Structure (@InputSQL AS NVARCHAR(4000), @TableName AS…
-
0
votes0
answers13
viewsQ: User Access Control by Pespectiva
I set up a Cube on the Analysis Server and created several pespectives from it. The idea is that users consume the data from these. It turns out that I wish a given user could only see a single…