BlueSky, remove missing row - dataset

I'd like to remove a missing row of data. My data set looks like this (assume they all line up, and are imported from excel)
Canada 1 5 3
Afghanistan 3 7 2
Brazil 2 4 6
How do I remove the line for Afghanistan?
I'm using BlueSky 10.0.0, R package version 8, on windows 10. I want to remove the row, using BlueSky menu.
Thanks
I read a guide to blueSky, couldn't find how to do this. I searched stackoverflow, couldn't find how to do this. I might not know the right terms to use to search.

In the grid view of your data set, just choose the row with left mouse click
Then, with right mouse click you will get a menu to insert or delete a data row among others.

Related

Position of a record within an index

If I have an index within a table, is there a way to locate the relative position of a record?
example, there are 5 records displayed:
1
4
5
6
7
then on locating value=5, is there a way to know 5 is the 3rd record in this index?
then what if there is a filter applied - my guess is when there is a filter applied, definitely have to loop through every record to find the position... so maybe there's still a chance to know if it is simply Index deployed (without filter).
thanks.
edited Purpose: to show a progress bar on position of this record relative to first and last record. thanks.

How to display grouped data in two table by crystal report

I hope to display grouped data in two table, like following:
It much like following format:
Group 1:
table 1 table2
1 A 5 E
2 B 6 F
3 C
4 D
It's like the folding of data, once left side table is fully , and then put the data into right side.
In the above case, the data group has six elements, they are {(1,A),(2,B),(3,C),(4,D),(5,E),(6,F)}
Is cystral report support that? And how to meet it, thanks a lot.
After doing some research, I try to use subgroup and put them in both side,
the new problem I meet is the linked parameter what I used is formula, and its content is {PaymentInfo.M_D}+{PaymentInfo.generalOrderGroup}+{PaymentInfo.examName}. However, I don't know why this value is always showing on the subgroup title, like following:
How to hide this infos and delete the upper and bottom empty section, thanks a lot.

How can I drag down a formula and leave some rows blank, but count sequentially the numbers?

I have a table with product details and I want to generate another table ready for Magento export.
It's hard to explain so please have a look at the table: https://docs.google.com/spreadsheets/d/1s503gaqo1XV3PiJyr7HBkGago6YXiY4YesQVBETBbvY/edit?usp=sharing
I populate the data on the "Granit" page (I stripped 99% of the things as it's only an example) and I want to fill in the CSV page with the data from my Granit page. Go to the CSV page and have a look at column A =Granit!J2 then I need to have 3 blank rows and the next one is =Granit!J3, 3 blank rows, =Granit!J4.. you get it. How can I achieve that? If I just drag it down I get weird numbers that are not sequential.
The next colum H on the csv page has another pattern I want to achive:
=Granit!K2
=Granit!M2
=Granit!L2
=Granit!L2
I want to continue with
=Granit!K3
=Granit!M3
=Granit!L3
=Granit!L3
=Granit!K4
=Granit!M4
=Granit!L4
=Granit!L4
(you get it)
Could you please help me? It would be really appreciated!
to mimic K2 > M2 > L2 > L2 patern delete everything in range H2:H and paste this into H2 cell:
=ARRAYFORMULA(TRANSPOSE(SPLIT(QUERY(IF(Granit!H2:H<>"";
"♦"&Granit!K2:K&"♦"&Granit!M2:M&"♦"&Granit!L2:L&"♦"&Granit!L2:L; )
;;999^99); "♦")))

How to refer to an ever expanding column of data automatically?

I have a column of data which contains a list of unique IDs.
There are a set of tabs which then uses this list to display various associated data against each ID.
Presently, any time a new ID is added, I must manually add the new ID to each subsidiary tab in order to get the data.
I'd like to do this automatically, such that an addition to the master list populates into the tabs. I don't know of a way with my (limited) knowledge of google sheets to do this, however- any ideas? :)
The basic way to do this is to initialize the first column in each tab with a simple '='Master List'!A1' and copy it down. This works, but if you sort the master list, it plays havoc with tabs.
Difficult to explain, but something like:
Master List tab
12
13
35
111
Data Tab #1
12 Orange
13 Pear
35 Apple
111 Dragonfruit
Data Tab #2
12 Orange
13 Green
35 Red
111 White
Data Tab #3
12 Tart
13 Juicy
35 Crisp
111 Dried
...now, if I add 140 to the Master List, I must (currently) manually populate Data Tab #1-3. I'd like it to populate automatically.
I update the Master List, and all associated Tabs show the new entry.
In each Data Tab, instead of
'='Master List'!A1' and copy it down
try
=arrayformula('Master List'!A1:A)
This is an array formula and does not need to be copied down. It will populate the entire column with the IDs.
This works nicely too:
={'Master List'!A:A}
try like this:
=INDIRECT("'Master List'!A1:A"&COUNTA('Master List'!A1:A))

MS Access - Color cells in a query that has the same numbers in a specific column

In my database i have columns with information that are match togheter with a column named MsgNumber this column looks like this:
Where if it´s 1 1 the two rows have some coherent information. 2 and 3 3 3 and 4 4 4 4 and so forh all the rows are aligned that way. My goal is to get the query to order the cells by color as show in the next pictur:
I tried with condition formation but then i needed to do a seperate "report" i need to edit the rows directly in the query. (doing it manually is not an option). Can it be done? Thanks

Resources